mirror of
https://github.com/NixOS/nix
synced 2025-07-17 18:38:28 +02:00
release.nix: Use fetchTarball and fetchGit
In particular, using fetchGit means we don't need hackery to clean the source tree when building from an unclean tree.
This commit is contained in:
parent
62e214fa6f
commit
6d80870832
5 changed files with 24 additions and 24 deletions
3
local.mk
3
local.mk
|
@ -1,6 +1,5 @@
|
|||
ifeq ($(MAKECMDGOALS), dist)
|
||||
# Make sure we are in repo root with `--git-dir`
|
||||
dist-files += $(shell git --git-dir=.git ls-files || find * -type f)
|
||||
dist-files += $(shell cat .dist-files)
|
||||
endif
|
||||
|
||||
dist-files += configure config.h.in nix.spec perl/configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue