Skip to content

pd9333/nix-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-channel

usage

nix-channel --add https://github.com/pd9333/nix-channel/archive/trunk.tar.gz pd

development

build a package

For example, to build gost:

nix-build . -A gost

upgrade a package

For instance, if we want to update adguardhome to 0.107.9:

niv update adguardhome -a rev=v0.107.9

However, for adguardhome we need to fix the sha256 in nix/sources.json with the one of:

nix-prefetch-url --type sha256 $url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages