mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
chore: update
This commit is contained in:
parent
940be0d776
commit
924dd6c5f9
3 changed files with 26 additions and 25 deletions
|
|
@ -11,10 +11,10 @@
|
|||
|
||||
kernelPackages = pkgs.linuxPackagesFor (
|
||||
let
|
||||
version = "6.12.11";
|
||||
version = "6.14.5";
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v${builtins.head (lib.splitVersion version)}.x/linux-${version}.tar.xz";
|
||||
hash = "sha256-R1Fy/b2HoVPxI6V5Umcudzvbba9bWKQX0aXkGfz+7Ek=";
|
||||
hash = "sha256-KCB+xSu+qjUHAQrv+UT0QvfZ8isoa3nK9F7G3xsk9Ak=";
|
||||
};
|
||||
in
|
||||
(pkgs.linuxManualConfig {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
"steam-unwrapped"
|
||||
"steam-run"
|
||||
"hplip"
|
||||
"castlabs-electron"
|
||||
];
|
||||
packages = {
|
||||
inherit (pkgs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue