Skip to content

Commit

Permalink
chore(flake): update inputs.chaotic-kernel (6.12.8) (#410)
Browse files Browse the repository at this point in the history
* chore(flake): update inputs.chaotic-kernel (6.12.8)

* patch(profiles/workstation): update kernel ref

* chore(flake): update inputs.chaotic-kernel (5edcf7f)
  • Loading branch information
piyoki authored Jan 5, 2025
1 parent f694bf4 commit 3321d93
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/24.05";
pilots.url = "github:NixOS-Pilots/pilots";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
chaotic-kernel.url = "github:chaotic-cx/nyx/fbfe66a14865c993e99c40d1d70e48f279bd74b5";
chaotic-kernel.url = "github:chaotic-cx/nyx/5edcf7fb24c73ff9665f299461af33fa6171836f";
# chaotic-kernel.url = "github:chaotic-cx/nyx/76352d16e3d005f2a3d45697b65aeb7c9c76f331";
home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; };
sops-nix.url = "github:Mic92/sops-nix";
nixpkgs-wayland = { url = "github:nix-community/nixpkgs-wayland"; inputs.nixpkgs.follows = "nixpkgs"; };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

boot = {
# Use the systemd-boot EFI boot loader.
kernelPackages = inputs.chaotic-kernel.packages.${system}.linuxPackages_cachyos-lto;
kernelPackages = inputs.chaotic-kernel.legacyPackages.${system}.linuxPackages_cachyos-lto;
# kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = [ "ext4" "btrfs" "xfs" "fat" "vfat" "cifs" "nfs" ];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

boot = {
# Use the systemd-boot EFI boot loader.
kernelPackages = inputs.chaotic-kernel.packages.${system}.linuxPackages_cachyos-lto;
kernelPackages = inputs.chaotic-kernel.legacyPackages.${system}.linuxPackages_cachyos-lto;
# kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = [ "ext4" "btrfs" "xfs" "fat" "vfat" "cifs" "nfs" ];

Expand Down

0 comments on commit 3321d93

Please sign in to comment.