diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-04-08 23:39:38 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-04-08 23:39:38 +0200 |
commit | 507da65900ccb3c6356673e93ad2271c58e43b07 (patch) | |
tree | 9a7e0ca0442500107170efeee982486b7638d656 /src/nix/local.mk | |
parent | 47727252ff4e536dd47b73949033d3349923fbbb (diff) |
Move flake template into a separate file
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 ca4604d56..4003d0005 100644 --- a/src/nix/local.mk +++ b/src/nix/local.mk @@ -23,3 +23,5 @@ $(foreach name, \ nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-url nix-shell nix-store, \ $(eval $(call install-symlink, nix, $(bindir)/$(name)))) $(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote)) + +$(d)/flake.cc: $(d)/flake-template.nix.gen.hh |