mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
The bug reappeared after all, and the fix introduced a different bug. I
just reverted on 2.27 first, in #12576, but upon further introspection
and discussion with @roberth, with preparing for and travelling to
Planet Nix I will not be able to fix it on `master` soon enough for a
revert to not be warranted here in the meantime also.
This reverts commit c98525235f
.
11 lines
294 B
Bash
11 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
|