about summary refs log tree commit diff
path: root/tests/fetchurl.nix
blob: 2abcc039a8323f8227ed08deb74ea9e349d6dd63 (plain) (blame)
1
2
3
4
5
6
{ filename, sha256 }:

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