mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pkgs/test/config-nix-unit: use builtins.path with stable name
This commit is contained in:
parent
86cd4e7bc8
commit
3eec0ac0dc
1 changed files with 6 additions and 1 deletions
|
|
@ -139,7 +139,12 @@ in
|
|||
''
|
||||
export HOME=$TMPDIR
|
||||
nix-unit --eval-store "$HOME" ${./config-nix-unit.nix} \
|
||||
--arg nixpkgsPath "${../..}"
|
||||
--arg nixpkgsPath "${
|
||||
builtins.path {
|
||||
path = pkgs.path;
|
||||
name = "source";
|
||||
}
|
||||
}"
|
||||
mkdir $out
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue