forked from lix-project/lix
72b65981f9
This reverts commit5e3986f59c
. This un-implements RFC 92 but fixes the critical bug #9052 which many people are hitting. This is a decent stop-gap until a minimal reproduction of that bug is found and a proper fix can be made. Mostly fixed #9052, but I would like to leave that issue open until we have a regression test, so I can then properly fix the bug (unbreaking RFC 92) later. (cherry picked from commit8440afbed7
)
12 lines
294 B
Bash
12 lines
294 B
Bash
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
out1=$(nix-build ./text-hashed-output.nix -A hello --no-out-link)
|
|
|
|
clearStore
|
|
|
|
expectStderr 1 nix-build ./text-hashed-output.nix -A wrapper --no-out-link | grepQuiet "Building dynamic derivations in one shot is not yet implemented"
|
|
|
|
# diff -r $out1 $out2
|