From 209e0772a327969aca102072e9722ad32536958d Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 31 Jan 2024 12:04:29 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3427deba..2e02c4f9 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ inherit (self) outputs; stateVersion = "23.11"; hmStateVersion = "23.11"; - libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; + libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion system; }; in { nixosConfigurations = { osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };