/kotur-nixpkgs

Custom nixpkgs repository

Primary LanguageNix

Built with nix kotur.me

kotur-nixpkgs

Custom nixpkgs channel repository

Building packages

Building a package from the channel

# Building the dinosay package
nix-build -A dinosay # traditional way
nix build .#dinosay  # flakes way
./result/bin/dinosay -r "Hello $USER" # run dinosay

Demo projects where this repo is used