Chimerautils for nixos
Find a file
Tilman Andre Mix 684975a6f3
feat(chimerautils): update to 14.1.1
Signed-off-by: Tilman Andre Mix <tilmanmixyz@proton.me>
2024-08-25 16:04:19 +02:00
nix chore: add meta section for libxo package 2024-07-31 22:02:36 +02:00
.gitignore feat(init): add working overlay 2024-07-29 21:43:24 +02:00
flake.lock feat(chimerautils): update to 14.1.1 2024-08-25 16:04:19 +02:00
flake.nix feat(chimerautils): update to 14.1.1 2024-08-25 16:04:19 +02:00
LICENSE feat(init): add working overlay 2024-07-29 21:43:24 +02:00
README.md feat(init): add working overlay 2024-07-29 21:43:24 +02:00

chimerautils.nix - FreeBSD coreutils for nix

chimerautils packaged for Nix

How to use

in your flake.nix file add

inputs = {
  chimerautils = {
    url = "git+https://codeberg.org/tilmanmixyz/chimerautils.nix";
    inputs.nixpkgs.follows = "nixpkgs"; # if your flake uses nixpkgs
    inputs.flake-parts.follows = "flake-parts"; # if your flake uses flake-parts / https://flake.parts
  };
}

then enable the overlay inputs.chimerautils.overlays.default

License

Copyright (C) 2024 Tilman Andre Mix

This Files of this flake are published under the BSD-2-Clause License