Update flake inputs
This commit is contained in:
parent
82e9e0b288
commit
12ba36a749
2 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue