exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 92da4e81006404494f6443781c8f55249e723847
parent 1b474b461597d11382e4e036520259a96f254e9b
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 12 Apr 2026 21:17:57 +0200

nix: make nix build and develop work better

Diffstat:
Mflake.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -61,7 +61,7 @@ }; } ); - defaultPackage = forEachSystem (system: self.packages.${system}.gnunet); + defaultPackage = forEachSystem (system: self.packages.${system}.exchange); # This defines a development shell in which you can compile # (and use) exchange devShells = forEachSystem