This commit is contained in:
Patrick Stevens
2022-12-30 11:07:29 +00:00
committed by GitHub
parent 248c8b7220
commit f0f8504234
2 changed files with 13 additions and 2 deletions

View File

@@ -72,6 +72,12 @@
dotnet-runtime = dotnet-runtime;
};
};
apps = {
default = {
type = "app";
program = "${self.packages.${system}.default}/bin/Gitea.Declarative";
};
};
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
(with dotnetCorePackages;