mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
34bf218b16
Dhall is a non-turing complete programming language.
10 lines
164 B
Nix
10 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 {};
|
|
|
|
}
|