Skip to content

Commit

Permalink
add GNU Taler project
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Nov 17, 2024
1 parent bad87dd commit dbf68d6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions projects/GNUTaler/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
pkgs,
lib,
sources,
} @ args: {
packages = {
inherit
(pkgs)
anastasis
anastasis-gtk
libeufin
taldir
taler-depolymerization
taler-exchange
taler-mdb
taler-merchant
taler-sync
taler-wallet-core
twister
;
};
# TODO: move test in pkgs/by-name/anastasis/test.nix into project directory
# TODO: add modules once https://github.com/NixOS/nixpkgs/pull/332699 is merged
}

0 comments on commit dbf68d6

Please sign in to comment.