mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
34bf218b16
Dhall is a non-turing complete programming language.
9 lines
164 B
Nix
9 lines
164 B
Nix
{ pkgs }:
|
|
|
|
# TODO: add into the toplevel fixpoint instead of using rec
|
|
rec {
|
|
|
|
prelude = prelude_3_0_0;
|
|
prelude_3_0_0 = pkgs.callPackage ./prelude/v3.nix {};
|
|
|
|
}
|