hnix/tests/eval-compare/builtins.fetchurl-01.nix

6 lines
81 B
Nix

with builtins;
let a = fetchurl "https://haskell.org";
in [ a (hasContext a) ]