Switch to Linux 6.0, add packages to devshell

This commit is contained in:
Erwin Boskma 2022-10-30 21:11:07 +01:00
parent 5a63157643
commit f558b472f7
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
2 changed files with 6 additions and 2 deletions

View file

@ -179,12 +179,16 @@
nodejs-18_x
nodePackages.typescript-language-server
nodePackages.yaml-language-server
inputs.nixos-generators.packages.${system}.nixos-generators
inputs.nixos-generators.packages.${system}.nixos-generate
statix
multimarkdown
pngcrush
nix-diff
popsicle
nix-prefetch
nix-prefetch-scripts
nix-prefetch-github
nix-prefetch-docker
];
};

View file

@ -27,7 +27,7 @@ in
base = {
plymouth.enable = true;
work = false;
kernel = pkgs.linuxKernel.packages.linux_5_19;
kernel = pkgs.linuxKernel.packages.linux_6_0;
udev-rules = {
qmk = true;
solo2 = true;