From d5154a45af67236809831d2f43d834d4f497a8c0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 16:53:42 +0900 Subject: [PATCH] Comments --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 15ccc58a..89288b95 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,8 @@ outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs: let inherit (self) outputs; - stateVersion = "23.11"; # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable" + # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable" + stateVersion = "23.11"; # If you move back to Unstable, set this to the latest version available and add /master to the hm url above hmStateVersion = ${stateVersion}; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };