nix-exec: mark as broken
It has not been compatible with nix unstable since 2017-05.
This commit is contained in:
parent
630a9a29ca
commit
d202a0ce67
@ -18,5 +18,6 @@ in stdenv.mkDerivation {
|
|||||||
homepage = https://github.com/shlevy/nix-exec;
|
homepage = https://github.com/shlevy/nix-exec;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = nix.meta.platforms;
|
platforms = nix.meta.platforms;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user