Add a test for the fetchurl function
This commit is contained in:
parent
035aa11403
commit
51f9f9924b
3 changed files with 17 additions and 1 deletions
6
tests/fetchurl.nix
Normal file
6
tests/fetchurl.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ filename, sha256 }:
|
||||
|
||||
import <nix/fetchurl.nix> {
|
||||
url = "file://${filename}";
|
||||
inherit sha256;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue