Nix packages published by Wimpy's World. Use them directly in your NixOS configuration or Nix flake via the flake input below.
Add this flake as an input:
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
wimpysworld-nix-packages = {
url = "github:wimpysworld/nix-packages";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}Then reference packages in your configuration:
environment.systemPackages = [
inputs.wimpysworld-nix-packages.packages.${system}.tailor
];| Package | Description |
|---|---|
tailor |
GitHub community health file manager |
x86_64-linuxaarch64-linuxaarch64-darwin