From de11edb07cabef21de69eba1a3a79dbcb8a107e4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 5 Jun 2023 13:32:54 -0400 Subject: [PATCH] flake.nix: Remove unused argument --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6b4a9173..d0ee5455 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ }; }; - outputs = { self, nixpkgs, home-manager, hyprland, stylix, hypr-contrib, nix-gaming, ... }@attrs: let + outputs = { self, nixpkgs, home-manager, hyprland, stylix, nix-gaming, ... }@attrs: let variables = import ./variables.nix; in { nixosConfigurations."${variables.hostname}" = nixpkgs.lib.nixosSystem {