No description
Find a file
2026-04-05 12:00:00 +00:00
npins Update for SLAM Synit script changes 2026-04-05 12:00:00 +00:00
pkgs/by-name zerotier-one: add modular service 2026-04-05 12:00:00 +00:00
.gitignore init repo with modified skeleton of tvl's depot 2025-08-25 15:20:22 -05:00
default.nix Add slam overlay for running tests 2026-02-07 12:00:00 +00:00
nixos-module.nix nixos-modules: fix typo 2026-02-25 12:00:00 +00:00
overlay.nix zerotier-one: add modular service 2026-04-05 12:00:00 +00:00
README.md Add README 2026-02-07 12:00:00 +00:00

wciitpkgs is a Nixpkgs overlay for the alt.wciit namespace. It contains packages with attached modular services.

Import into NixOS

{
  imports = [
    "${builtins.fetchTarball "https://git.informatics.coop/nix/wciitpkgs/archive/trunk.tar.gz"}/nixos-module.nix"
  ];
}

Import into SLAM

SLAM does not have a nixpkgs.overlay option. Overlays must be applied before passing pkgs thru lib.evalModules.