summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 32f9952..237a6da 100644
--- a/default.nix
+++ b/default.nix
@@ -87,7 +87,7 @@ in rec {
Que.Server = build.ghc ./Que/Server.hs;
Que.Website = build.ghc ./Que/Website.hs;
# Development environment
- repl = build.env;
+ env = build.env;
# Fall through to any of our overlay packages
inherit nixpkgs;
}