1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00
nix/tests/fetchurl.nix
2012-07-09 15:41:43 -04:00

6 lines
101 B
Nix

{ filename, sha256 }:
import <nix/fetchurl.nix> {
url = "file://${filename}";
inherit sha256;
}