Add dhallPackages and add current Prelude

Dhall is a non-turing complete programming language.
This commit is contained in:
Profpatsch
2018-10-25 21:10:03 +02:00
parent e594af80c9
commit 34bf218b16
4 changed files with 40 additions and 0 deletions

4
.github/CODEOWNERS vendored
View File

@@ -113,3 +113,7 @@
/nixos/modules/services/databases/postgresql.xml @thoughtpolice
/nixos/modules/services/databases/postgresql.nix @thoughtpolice
/nixos/tests/postgresql.nix @thoughtpolice
# Dhall
/pkgs/development/dhall-modules @Gabriel439 @Profpatsch
/pkgs/development/interpreters/dhall @Gabriel439 @Profpatsch