Skip to content

wimpysworld/nix-packages

nix-packages

Nix packages published by Wimpy's World. Use them directly in your NixOS configuration or Nix flake via the flake input below.

Quick Start

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
];

Packages

Package Description
tailor GitHub community health file manager

Supported Systems

  • x86_64-linux
  • aarch64-linux
  • aarch64-darwin

About

Nix packages published by Wimpy's World ️❄️

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors