mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 15:32:43 +01:00
Delete unused test
This commit is contained in:
parent
d856328ab5
commit
4aba8ad022
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
source common.sh
|
|
||||||
|
|
||||||
# Check that when we have a derivation attribute that refers to a
|
|
||||||
# symlink, we copy the symlink, not its target.
|
|
||||||
# shellcheck disable=SC2016
|
|
||||||
nix build --impure --no-link --expr '
|
|
||||||
with import ./config.nix;
|
|
||||||
|
|
||||||
mkDerivation {
|
|
||||||
name = "simple";
|
|
||||||
builder = builtins.toFile "builder.sh" "[[ -L \"$symlink\" ]]; mkdir $out";
|
|
||||||
symlink = ./lang/symlink-resolution/foo/overlays;
|
|
||||||
}
|
|
||||||
'
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue