Skip to content

Commit

Permalink
Add CNSPRCY nixpkgs ref and missing artifacts (#415)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <[email protected]>
  • Loading branch information
wamirez and fricklerhandwerk authored Nov 21, 2024
1 parent e3de1e8 commit c61488f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/cnsprcy/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{pkgs, ...}: {
packages = {
inherit (pkgs) cnsprcy;
};
# https://git.sr.ht/~xaos/cnsprcy/tree/master/item/src/config.rs
nixos.services = null;
nixos.tests = null;
nixos.examples = null;
}

0 comments on commit c61488f

Please sign in to comment.