From accb34f234292640633d64189f6d32b6e5a52158 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 13 Feb 2026 13:26:01 +1000 Subject: [PATCH] fix missing ... --- cerulean/nixos-module/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerulean/nixos-module/default.nix b/cerulean/nixos-module/default.nix index 30e1967..3bf3a9c 100644 --- a/cerulean/nixos-module/default.nix +++ b/cerulean/nixos-module/default.nix @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -{deploy-rs}: { +{deploy-rs, ...}: { imports = [ ./nixpkgs.nix ./home-manager.nix