From f50e5cde3f093946f974cb7b139796599fa77507 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 23 Aug 2023 21:41:07 +0900 Subject: [PATCH] test --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c037085e..16a3a97c 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,8 @@ let inherit (self) outputs; stateVersion = "unstable"; - libx = import ./lib { inherit inputs outputs stateVersion; }; + hmStateVersion = "23.05"; + libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = { nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; username = "albert"; desktop = "gnome"; };