mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Add missing semicolon
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
imports = [ ./tgstation-server.nix ];
|
||||
};
|
||||
};
|
||||
checks.x86_64-linux.package-build = pkgs.callPackage ./package.nix { }
|
||||
checks.x86_64-linux.package-build = pkgs.callPackage ./package.nix { };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user