mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Rename a few things in new tests
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
8eeaf591db
commit
278c94d607
4 changed files with 10 additions and 11 deletions
|
@ -8,7 +8,7 @@ mkDerivation rec {
|
|||
|
||||
requiredSystemFeatures = [ "recursive-nix" ];
|
||||
|
||||
drv = builtins.unsafeDiscardOutputDependency (import ./text-hashed-output.nix).root.drvPath;
|
||||
drv = builtins.unsafeDiscardOutputDependency (import ./text-hashed-output.nix).hello.drvPath;
|
||||
|
||||
buildCommand = ''
|
||||
export NIX_CONFIG='experimental-features = nix-command ca-derivations'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue