Nix packages for clilol
Find a file
2025-07-18 21:40:17 -04:00
pkgs/clilol clilol: v1.1.2 -> v1.1.3 2025-07-15 18:47:05 -04:00
default.nix Clean up unused bits 2024-01-03 22:30:54 -05:00
flake.lock Point at nixos/nixpkgs 2025-06-03 18:02:53 -04:00
flake.nix Point at nixos/nixpkgs 2025-06-03 18:02:53 -04:00
README.md Name change 2025-07-18 21:40:17 -04:00

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.