Fixed nix renamed options and broken post-build hook

This commit is contained in:
Tim Schubert 2022-03-19 00:11:07 +01:00
parent efefa0c8be
commit ff9aa4738b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 5 deletions

View file

@ -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;