mirror of
https://github.com/NixOS/nix
synced 2025-07-12 23:15:08 +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
|
@ -1,8 +1,8 @@
|
|||
# Test ‘nix-copy-closure’.
|
||||
|
||||
{ system, nix }:
|
||||
{ nixpkgs, system, nix }:
|
||||
|
||||
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };
|
||||
with import (nixpkgs + /nixos/lib/testing.nix) { inherit system; };
|
||||
|
||||
makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue