lxc: fixup build

https://hydra.nixos.org/build/254601361/nixlog/1/tail
See issue #300635
This commit is contained in:
Vladimír Čunát 2024-04-01 09:50:01 +02:00
parent 409234ba0c
commit 64cdda4b5f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ stdenv.mkDerivation rec {
doCheck = true;
postInstall = ''chmod -R u-s,g-s "$out"'';
postBuild = "set -x";
passthru = {
tests = {
incus-legacy-init = nixosTests.incus.container-legacy-init;