mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-27 02:27:13 +08:00
remove redundant arg
This commit is contained in:
parent
ef17d1b04e
commit
baa4ab9c0c
1 changed files with 1 additions and 2 deletions
|
|
@ -127,7 +127,6 @@
|
|||
nixosConfigurations =
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
homeModules = [
|
||||
{
|
||||
home-manager.users.${userName} = { pkgs, ... }: {
|
||||
|
|
@ -146,7 +145,7 @@
|
|||
}
|
||||
];
|
||||
mkLinuxSystem = extraModules: nixpkgs.lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
inherit system;
|
||||
# Arguments to pass to all modules.
|
||||
specialArgs = { inherit system inputs; };
|
||||
modules =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue