re-enable non-LTS linux
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 18s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m39s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 9m17s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 15m31s

This commit is contained in:
ahuston-0 2025-03-13 19:26:47 -04:00
parent 7aded1fb40
commit c0a3734f3b
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -32,7 +32,7 @@
};
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_6_6;
#kernelPackages = lib.mkForce pkgs.linuxPackages_6_6;
useSystemdBoot = true;
default = true;
};