blob: 8c4a45e3b40cce3c9f67fc46fdc2a980869f55f6 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/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 "Dependencies on the outputs of dynamic derivations are not yet supported"
|