Unverified Commit 64cdda4b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

lxc: fixup build

parent 409234ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;