remove unused argument

This commit is contained in:
Andreas Zweili 2022-02-28 22:39:53 +01:00
parent 02259aa7e3
commit 68b6b4b921
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
overlay-unstable
];
};
mkComputer = configurationNix: homeManagerRole: extraModules: nixpkgs.lib.nixosSystem {
mkComputer = configurationNix: homeManagerRole: nixpkgs.lib.nixosSystem {
inherit system pkgs;
specialArgs = { inherit custom inputs; };
modules = (