diff options
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 a486a37cc..64eb8ef7d 100644 --- a/src/nix/local.mk +++ b/src/nix/local.mk @@ -25,3 +25,5 @@ $(foreach 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 |