nkoturovic / kotur-nixpkgs

Custom nixpkgs repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Custom nixpkgs repository


Languages

Language:Nix 100.0%