nixpkgs/pkgs/test/stdenv
Jade Lovelace 78945a827c stdenv: make inputDerivation never fixed-output
This fixes using inputDerivation on derivations that are fixed-output.

Previously:

```
nix-repl> drv = runCommand "huh" { outputHash = "sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="; outputHashAlgo = "sha256"; outputHashType = "flat"; } "touch $out"

nix-repl> drv.inputDerivation
«derivation /nix/store/d8mjs6cmmvsr1fv7psm6imis5pmh9bcs-huh.drv»

nix-repl> :b drv.inputDerivation
error: fixed output derivation 'huh' is not allowed to refer to other store paths.
       You may need to use the 'unsafeDiscardReferences' derivation attribute, see the manual for more details.
```

Fixes: https://github.com/NixOS/nixpkgs/issues/304209
2024-04-15 00:52:28 -07:00
..
default.nix stdenv: make inputDerivation never fixed-output 2024-04-15 00:52:28 -07:00
gcc-stageCompare.nix pkgs/test/stdenv/default.nix: add gcc-stageCompare 2023-04-02 13:49:53 -07:00
hooks.nix tests.stdenv.hooks.reproducible-builds: fix mistake 2023-06-17 23:45:11 +03:00
patch-shebangs.nix patch-shebangs: fix crash with shebang without trailing newline 2023-09-16 14:20:56 +02:00