Nix packages for clilol
| pkgs/clilol | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
M 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 = "github:mcornick/nixpkgs";
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.