diff options
Diffstat (limited to 'hosts/nixos.nix')
-rw-r--r-- | hosts/nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/nixos.nix b/hosts/nixos.nix index b76285f..4602318 100644 --- a/hosts/nixos.nix +++ b/hosts/nixos.nix @@ -1,4 +1,4 @@ -inputs: let +{inputs, ...}: let mkNixosSystem = system: path: inputs.nixpkgs.lib.nixosSystem { inherit system; |