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 = {