diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-11 17:03:38 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-11 17:03:38 +0100 |
commit | 35f66517350402792aded1b677a47526e23e78ef (patch) | |
tree | 512766433dac03f2bdc9f01b1a5915e2a15da2ab /src/nix/local.mk | |
parent | 97d1c7f93207296fe8fadc63cf8819501886cf77 (diff) | |
parent | 9950cdec3514949942a79c58764b1ea9bf9d5d57 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'src/nix/local.mk')
-rw-r--r-- | src/nix/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/local.mk b/src/nix/local.mk index fff101a63..64eb8ef7d 100644 --- a/src/nix/local.mk +++ b/src/nix/local.mk @@ -24,4 +24,6 @@ $(foreach name, \ $(eval $(call install-symlink, nix, $(bindir)/$(name)))) $(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote)) +src/nix-env/nix-env.cc: src/nix-env/buildenv.nix.gen.hh + $(d)/flake.cc: $(d)/flake-template.nix.gen.hh |