Skip to content

Commit

Permalink
Add Gancio nixpkgs and NixOS refs (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
  • Loading branch information
wamirez and fricklerhandwerk authored Nov 20, 2024
1 parent 6154f8f commit 66b5cca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/Gancio/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
pkgs,
lib,
sources,
...
} @ args: {
packages = {inherit (pkgs) gancio;};
nixos = {
modules.services.gancio = "${sources.inputs.nixpkgs}/nixos/modules/services/web-apps/gancio.nix";
tests.gancio = "${sources.inputs.nixpkgs}/nixos/tests/gancio.nix";
examples = null;
};
}

0 comments on commit 66b5cca

Please sign in to comment.