diff options
author | Tim <contact@bytim.eu> | 2025-04-30 21:18:51 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-04-30 21:18:51 +0200 |
commit | 30ad4fed30cc82993d3d34d176a901d1bdb502d4 (patch) | |
tree | 0567ab9cde68f1f2fccfc6022d8e9caa258a5b91 /flake.nix | |
parent | be70e1ba46b7e2c9496f3ec7bf9062432ea22a94 (diff) | |
download | VPNAuth-1.0.0.tar.xz VPNAuth-1.0.0.zip |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ # Build the backend using 'nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#server' server = pkgs.buildDotnetModule rec { pname = "VPNAuth.Server"; - version = "0.0.1"; + version = "1.0.0"; src = ./.; projectFile = "VPNAuth.Server/VPNAuth.Server.csproj"; dotnet-sdk = pkgs.dotnetCorePackages.sdk_9_0; |