diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-02 14:36:33 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-02 14:36:51 -0800 |
| commit | b05c9eded7be269869f2acc83d520903538152a1 (patch) | |
| tree | 5889c9c89264886e7e6218d066a34e7a0d5367bb | |
| parent | switch URL for nixpkgs (diff) | |
| download | infra-b05c9eded7be269869f2acc83d520903538152a1.tar.gz | |
fix remote script
Diffstat (limited to '')
| -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; |
