stupid unstable bs

This commit is contained in:
mjallen18
2025-04-07 14:35:19 -05:00
parent c5e16365a9
commit ba1e5a16f7
4 changed files with 39 additions and 38 deletions

View File

@@ -58,7 +58,7 @@
# nixpgs
nas-nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
url = "github:NixOS/nixpkgs/nixos-24.11";
};
# Authentik
@@ -81,7 +81,7 @@
# Home Manager
nas-home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nas-nixpkgs";
};