refactor: remove unused arguments

This commit is contained in:
tux
2026-08-12 05:42:38 +05:30
parent f7a96f76f7
commit f0d42515c4
5 changed files with 9 additions and 16 deletions

View File

@@ -1,4 +1,3 @@
{ ... }:
{ {
flake.modules.homeManager.alpha = { flake.modules.homeManager.alpha = {
home.stateVersion = "26.05"; home.stateVersion = "26.05";

View File

@@ -1,4 +1,3 @@
{ ... }:
{ {
flake.modules.homeManager.arcturus = { flake.modules.homeManager.arcturus = {
home.stateVersion = "26.05"; home.stateVersion = "26.05";

View File

@@ -117,9 +117,7 @@ in
}; };
}; };
perSystem = perSystem = {
{ ... }:
{
checks = builtins.mapAttrs ( checks = builtins.mapAttrs (
_: config: config.config.system.build.toplevel _: config: config.config.system.build.toplevel
) self.nixosConfigurations; ) self.nixosConfigurations;

View File

@@ -1,4 +1,3 @@
{ ... }:
{ {
flake.modules.homeManager.vps = { flake.modules.homeManager.vps = {
home.stateVersion = "26.05"; home.stateVersion = "26.05";

View File

@@ -1,7 +1,5 @@
{ {
flake.modules.nixos.core = flake.modules.nixos.core = {
{ pkgs, ... }:
{
security = { security = {
sudo.wheelNeedsPassword = false; sudo.wheelNeedsPassword = false;
}; };