Update flake inputs

This commit is contained in:
joachimschmidt557 2022-01-08 11:59:06 +01:00
parent 82e9e0b288
commit 12ba36a749
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@
nix = {
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes ca-references
experimental-features = nix-command flakes
builders-use-substitutes = true
'';
distributedBuilds = true;
@ -25,7 +25,7 @@
};
# Kernel version
boot.kernelPackages = pkgs.linuxPackages_5_14;
boot.kernelPackages = pkgs.linuxPackages_5_15;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;