Fixed nix renamed options and broken post-build hook
This commit is contained in:
parent
efefa0c8be
commit
ff9aa4738b
2 changed files with 4 additions and 5 deletions
|
@ -18,7 +18,6 @@ in
|
|||
nix.package = pkgs.nixUnstable;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
post-build-hook = ${signHook}
|
||||
'';
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue