mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 20:33:59 +01:00
flake.nix: Remove unused argument
This commit is contained in:
parent
814058fc13
commit
de11edb07c
@ -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;
|
variables = import ./variables.nix;
|
||||||
in {
|
in {
|
||||||
nixosConfigurations."${variables.hostname}" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."${variables.hostname}" = nixpkgs.lib.nixosSystem {
|
||||||
|
Loading…
Reference in New Issue
Block a user