Skip to content

Commit

Permalink
set GNUTaler deliverables correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Dec 1, 2024
1 parent 8396c3a commit 16b2c0f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions projects/GNUTaler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
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
nixos = {
# TODO: add modules once https://github.com/NixOS/nixpkgs/pull/332699 is merged
modules.services = null;
# TODO: move test in pkgs/by-name/anastasis/test.nix into project directory
tests = null;
examples = null;
};
}

0 comments on commit 16b2c0f

Please sign in to comment.