mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Try with nixpkgs
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
|
||||
inputs = {};
|
||||
|
||||
outputs = { ... }: {
|
||||
outputs = { nixpkgs, ... }: {
|
||||
nixosModules = {
|
||||
default = { ... }: {
|
||||
imports = [ ./tgstation-server.nix ];
|
||||
};
|
||||
};
|
||||
checks.x86_64-linux.package-build = pkgs.callPackage ./package.nix { };
|
||||
checks.x86_64-linux.package-build = nixpkgs.legacyPackages.x86_64-linux.callPackage ./package.nix { };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user