flake.nix: Remove unused argument

This commit is contained in:
Donovan Glover 2023-06-05 13:32:54 -04:00
parent 814058fc13
commit de11edb07c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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