Files
lix/tests/fetchurl.nix
T

7 lines
101 B
Nix

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