No description
Find a file
2026-02-21 18:58:05 -06:00
npins Update nixpkgs pin 2026-02-12 00:00:00 +00:00
pkgs/by-name orcid-to-bibtex: init at 0-unstable-2026-02-21 2026-02-21 18:58:05 -06: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-module: support for other Nix OSes 2026-02-15 00:00:00 +00:00
overlay.nix pkgs: init linuxPackages with homa module 2025-12-09 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.