From 4b68c66066b3d8895fd922b0c799cb0ba026f26d Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 31 Jan 2024 12:12:16 +0900 Subject: [PATCH] test --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2e02c4f9..f4d29625 100644 --- a/flake.nix +++ b/flake.nix @@ -47,6 +47,7 @@ inherit (self) outputs; stateVersion = "23.11"; hmStateVersion = "23.11"; + system = builtins.currentSystem; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion system; }; in { nixosConfigurations = {