about summary refs log tree commit diff
path: root/tests/fetchurl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fetchurl.nix')
-rw-r--r--tests/fetchurl.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/fetchurl.nix b/tests/fetchurl.nix
deleted file mode 100644
index 2abcc039a832..000000000000
--- a/tests/fetchurl.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ filename, sha256 }:
-
-import <nix/fetchurl.nix> {
-  url = "file://${filename}";
-  inherit sha256;
-}