switch up nixpkgs decs

This commit is contained in:
Sean Kovacs 2026-01-29 20:25:42 -05:00
commit 6952c6138b
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 11 additions and 23 deletions

View file

@ -2,9 +2,11 @@
description = "My NixOS Configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/master";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
# edit this to switch between stable and unstable
nixpkgs.follows = "nixpkgs-unstable";
nix-cachyos-kernel = {
url = "github:xddxdd/nix-cachyos-kernel";