From fa328b64067106a84f4ae93c730572906c7179de Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 21:47:44 +0900 Subject: [PATCH] Stay stable --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 6daf6de6..acfb995a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "NixOS System Config"; inputs = { - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "nixpkgs/nixos-23.11"; # nixpkgs-wayland - Wayland-specific packages not in nixpkgs nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland"; # home-manager - Dotfile mnagement - add /master at the end to pull from master @@ -37,9 +37,7 @@ outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs: let inherit (self) outputs; - # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable" - stateVersion = "unstable"; - # If you move back to Unstable, set this to the latest version available and add /master to the hm url above + stateVersion = "23.11"; hmStateVersion = "23.11"; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; in {