disable post build hook on vf2
This commit is contained in:
parent
87e3d23401
commit
6de3ace46a
1 changed files with 2 additions and 0 deletions
|
@ -132,4 +132,6 @@
|
|||
inherit (config.nixpkgs) config overlays;
|
||||
});
|
||||
};
|
||||
|
||||
nix.settings.post-build-hook = lib.mkForce "true";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue