nix-store --delete
fails to delete derivations whose outputs exist
This looks like it could be arguments being treated as roots. What platform is this on?
devShells.x86_64-linux.x86_64-freebsd13
in Lix
Yes, that's probably a good idea. You'll need changes to lix to build for FreeBSD anyway (A -Wl,--allow-undefined
option because environ is undefined in libc, among others)
devShells.x86_64-linux.x86_64-freebsd13
in Lix
There's a lot of FreeBSD changes in nixpkgs in progress, one of the biggest ones is that we removed the FreeBSD version from the target string (it should be x86_64-freebsd now). However, these…
please... cross-compiling aws-cpp-sdk from linux to freebsd is a huge pain
Unfortunately nosuid doesn't prevent creating setuid files, only treating them as setuid during execution.
If we actually want to prevent creating setuid files we either need to have an…