diff options
| -rw-r--r-- | flake/scripts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/scripts/default.nix b/flake/scripts/default.nix index 6170cd7..cf105f1 100644 --- a/flake/scripts/default.nix +++ b/flake/scripts/default.nix @@ -6,7 +6,7 @@ let common = import ./common.nix { inherit pkgs; }; darwin = import ./darwin.nix { inherit pkgs system inputs; }; - remote = import ./remote.nix { inherit pkgs inputs; }; + remote = import ./remote.nix { inherit pkgs; }; in { common = common; |
