mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Remove computed-derivations
experimental feature
We don't need it yet.
This commit is contained in:
parent
8735f55dec
commit
279ecf7cde
6 changed files with 1 additions and 10 deletions
|
@ -2,9 +2,6 @@ source common.sh
|
|||
|
||||
set -o pipefail
|
||||
|
||||
enableFeatures "computed-derivations"
|
||||
restartDaemon
|
||||
|
||||
drv=$(nix eval -f multiple-outputs.nix --raw a.drvPath)
|
||||
if nix build "$drv^not-an-output" --no-link --json; then
|
||||
fail "'not-an-output' should fail to build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue