From 85f1654d67738d59efdd8669e6b8498d3ed0e6e4 Mon Sep 17 00:00:00 2001 From: blahai Date: Thu, 24 Oct 2024 19:48:28 +0300 Subject: [PATCH] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e9e0d8a..635ae58 100644 --- a/flake.nix +++ b/flake.nix @@ -65,10 +65,10 @@ outputs = { self, nixpkgs, chaotic, nur, home-manager, disko, ... }@inputs: let system = "x86_64-linux"; - specialArgs = { inherit inputs; }; in { nixosConfigurations = { nyx = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs; }; modules = [ ./hosts/nyx/configuration.nix inputs.home-manager.nixosModules.default