update flake inputs and kernel version to 5.15

This commit is contained in:
joachimschmidt557 2021-11-11 18:10:32 +01:00
parent 37fd748203
commit f7a32893aa
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 8 additions and 7 deletions

View file

@ -21,10 +21,11 @@
builders-use-substitutes = true
'';
distributedBuilds = true;
registry.nixpkgs.flake = nixpkgs;
};
# 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;