update nixos stable to unstable in prep for 25.05 (#21)

* update nixos stable to unstable in prep for 25.05

* update flake.lock
This commit is contained in:
Tyler 2025-04-29 22:19:08 -04:00 committed by GitHub
parent c0f1512489
commit 4adaac1edd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 33 additions and 33 deletions

View file

@ -3,7 +3,7 @@
inputs = {
# nixpkgs.follows = "nixos-cosmic/nixpkgs-stable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0-3.tar.gz";