1 2 3 4 5 6
{ filename, sha256 }: import <nix/fetchurl.nix> { url = "file://${filename}"; inherit sha256; }