Revert "lxc: fixup build"

This reverts commit e7df8051fb
and 64cdda4b5f.
This commit is contained in:
Vladimír Čunát 2024-04-10 07:55:33 +02:00
parent 2e7e411c09
commit d7b4200c6b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -61,9 +61,6 @@ stdenv.mkDerivation rec {
doCheck = true;
# https://github.com/NixOS/nixpkgs/issues/300635
postInstall = ''chmod -R u-s,g-s "$out"'';
passthru = {
tests = {
incus-legacy-init = nixosTests.incus.container-legacy-init;