diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-11-14 13:27:40 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-11-14 13:27:40 +0100 |
commit | c9c3fc710ba6995b20e078523aa616323dc5759a (patch) | |
tree | 0a25d19956d2c4e5f7ea2e756e4922b721510b46 /tests/nar-index.nix | |
parent | 9d87d03331132b1da71a62ae3aa4636726a3e860 (diff) |
Rename tests/nar-index -> tests/nar-access
Diffstat (limited to 'tests/nar-index.nix')
-rw-r--r-- | tests/nar-index.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/nar-index.nix b/tests/nar-index.nix deleted file mode 100644 index 0e2a7f721..000000000 --- a/tests/nar-index.nix +++ /dev/null @@ -1,23 +0,0 @@ -with import ./config.nix; - -rec { - a = mkDerivation { - name = "nar-index-a"; - builder = builtins.toFile "builder.sh" - '' - mkdir $out - mkdir $out/foo - touch $out/foo-x - touch $out/foo/bar - touch $out/foo/baz - touch $out/qux - mkdir $out/zyx - - cat >$out/foo/data <<EOF - lasjdöaxnasd -asdom 12398 -ä"§Æẞ¢«»”alsd -EOF - ''; - }; -}
\ No newline at end of file |