diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-22 14:43:20 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-12-22 14:43:20 +0100 |
commit | 75efa421340b8fb2be6cf5351d3ef36a93b294e1 (patch) | |
tree | 23ae93853edaa38505ce0727bbdac780402e9488 /corepkgs/local.mk | |
parent | 5373f4be3b1427ed73303448a1fa801726f4dfa0 (diff) |
Move <nix/fetchurl.nix> into the nix binary
This makes the statically linked nix binary just work, without needing
any additional files.
Diffstat (limited to 'corepkgs/local.mk')
-rw-r--r-- | corepkgs/local.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/corepkgs/local.mk b/corepkgs/local.mk deleted file mode 100644 index 0bc91cfab..000000000 --- a/corepkgs/local.mk +++ /dev/null @@ -1,4 +0,0 @@ -corepkgs_FILES = \ - fetchurl.nix - -$(foreach file,$(corepkgs_FILES),$(eval $(call install-data-in,$(d)/$(file),$(datadir)/nix/corepkgs))) |