No description
- Nix 100%
| npins | ||
| pkgs/by-name | ||
| .gitignore | ||
| default.nix | ||
| nixos-module.nix | ||
| overlay.nix | ||
| README.md | ||
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.