Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 682 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 682 Bytes

Adjacent Nix Channel

Based on lucperkins.dev/blog/nix-channel a way of hosting a personal nix channel

Using

nix-channel --add https://github.com/adjacentresearchxyz/nix-channel/archive/main.tar.gz adjacent
nix-channel --update
nix-channel --list

You can also specify the channel direct in a nix-env commmand

nix-env -f https://github.com/adjacentresearchxyz/nix-channel/archive/main.tar.gz -qa '*'

Updating

# clone the channel
git clone https://github.com/adjacentresearchxyz/nix-channel

# install `niv` 
nix-shell -p niv

# update channel to latest commit 
cd nix-channel
niv init 
niv update