disable post build hook on vf2

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-14 11:51:04 +01:00
parent 87e3d23401
commit 6de3ace46a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -132,4 +132,6 @@
inherit (config.nixpkgs) config overlays;
});
};
nix.settings.post-build-hook = lib.mkForce "true";
}