No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-10-14 22:45:41 -04:00
flake.lock flake.lock: Update 2025-10-14 22:45:41 -04:00
flake.nix remove dev package 2025-10-14 22:45:41 -04:00
LICENSE init with jj, helix, and janet 2025-09-13 14:52:46 -04:00
readme.md add ghostty 2025-09-15 20:41:22 -04:00

This is a nix flake wrapping programs that I often want to build from source, for easy use with nix profile install. I used to include some of these directly in my system flake, but rebuilding a ton of rust code every time I upgraded nixpkgs got old.

Dev tools

Programming languages

Usage

# install all
nix profile install github:pvsr/apps-flake

# install all, building with the system nixpkgs
nix profile install --override-input nixpkgs nixpkgs github:pvsr/apps-flake

# ad-hoc upgrade
nix profile upgrade --override-input github:helix-editor/helix/some-branch apps-flake

# run a specific version of an app
nix run --override-input github:janet-lang/janet/v1.39.1 github:pvsr/apps-flake#janet