diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-05-01 12:42:39 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-05-01 12:42:39 +0200 |
commit | c089c52d5f1cff888552f485775b74226dcbe618 (patch) | |
tree | 2543111ea34311449efe7c1da13dfe27a26415ae /src | |
parent | 2852a486f864c385696fb7ee28836b183976ca63 (diff) |
Fix build
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/local.mk b/src/nix/local.mk index 15cef55bb..8c0eed19e 100644 --- a/src/nix/local.mk +++ b/src/nix/local.mk @@ -28,4 +28,4 @@ $(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote)) src/nix-env/user-env.cc: src/nix-env/buildenv.nix.gen.hh -src/nix/shell.cc: src/nix/get-env.sh.gen.hh +src/nix/dev-shell.cc: src/nix/get-env.sh.gen.hh |