forked from lix-project/lix
823dce945a
- This change applies to builtins.fetchurl and builtins.fetchTarball - PoC: `let x = builtins.fetchurl x; in x` - Before: ```bash $ nix-instantiate --extra-experimental-features flakes --strict error: infinite recursion encountered ``` - After: ```bash $ nix-instantiate --extra-experimental-features flakes --strict error: infinite recursion encountered at /data/github/kamadorueda/nix/test.nix:1:9: 1| let x = builtins.fetchurl x; in x | ^ ``` Mentions: #3505 |
||
---|---|---|
.. | ||
context.cc | ||
derivation.nix | ||
fetchMercurial.cc | ||
fetchTree.cc | ||
fromTOML.cc |