From a6aa3085e0e4d3716de9d43d544b82a1ad7a2e56 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 13 Sep 2024 14:49:51 +0100 Subject: [PATCH] add missing semicolon --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4db2f1e..e073c16 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; satisfactory-server = { - url = "github:nekowinston/satisfactory-server-flake" + url = "github:nekowinston/satisfactory-server-flake"; inputs.nixpkgs.follows = "nixpkgs"; };