hnix/tests/eval-compare/builtins.fetchurl-01.nix
Emily Pillmore f3970d49b9
Add principled 'fetchurl' + tests
Tests are masked until store work is done
2019-03-10 10:07:03 -07:00

6 lines
81 B
Nix

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