Nix packages for clilol
- Nix 100%
| pkgs/clilol | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Mark Cornick's nixpkgs
This is a Nix repository for software I have written. It is automatically maintained by GoReleaser.
Usage
Add to your NixOS or Home Manager flake.nix:
inputs.mcornick = {
url = "git+https://source.tube/mcornick/nixpkgs.git";
inputs.nixpkgs.follows = "nixpkgs";
};
Then to install clilol on a x86_64-linux system, add mcornick.packages.x86_64-linux.clilol to (for instance) environment.systemPackages in your NixOS configuration, or to home.packages in your Home Manager configuration. If you're not on a x86_64-linux system, use your platform type instead.