diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-05-22 22:56:46 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-05-22 22:56:46 +0200 |
commit | 66f1d7ee95ba693a15ae5dc413289fee954f0f04 (patch) | |
tree | eec6d8093bada22f8927c0f4184d4a75dcebf61c /local.mk | |
parent | 55a0451e5132b460ec80eb30647c3d957fc1ce98 (diff) |
Fetch the flake registry from the NixOS/flake-registry repo
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,5 +10,3 @@ GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I $(foreach i, config.h $(call rwildcard, src/lib*, *.hh), \ $(eval $(call install-file-in, $(i), $(includedir)/nix, 0644))) - -$(eval $(call install-data-in,$(d)/flake-registry.json,$(datadir)/nix)) |