update flake

This commit is contained in:
Sean Kovacs 2026-01-28 08:46:52 -05:00
commit 567de5ca7d
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 45 additions and 72 deletions

View file

@ -5,7 +5,10 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/master";
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel";
nix-cachyos-kernel = {
url = "github:xddxdd/nix-cachyos-kernel";
inputs.nixpkgs.follows = "nixpkgs";
};
base16 = {
url = "github:SenchoPens/base16.nix";
@ -296,7 +299,7 @@
hostname = "alien";
system = "x86_64-linux";
extraModules = [
{ nixpkgs.overlays = [ nix-cachyos-kernel.overlays.default ]; }
{ nixpkgs.overlays = [ nix-cachyos-kernel.overlays.pinned ]; }
];
}
// nixpkgs.lib.genAttrs supportedSystems (