diff options
author | Ben Sima <ben@bsima.me> | 2020-07-14 20:29:53 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-14 20:29:53 -0700 |
commit | 584239a1a0c97f9d57f2de76c04708127178bceb (patch) | |
tree | 9114e816425ad03c521d1b4d37eea986cd5ecbd0 /default.nix | |
parent | ca28f4a86b839d702bdaa70925884aa2bd5cf9ed (diff) |
dev: move some commands to shell
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
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; } |