]> git.scottworley.com Git - warn-nixpkgs/blame - README.md
Make --arg work
[warn-nixpkgs] / README.md
CommitLineData
fdebfa8b
SW
1# warn-nixpkgs
2
3Wrap nixpkgs, but emit a warning if this one is ever accessed.
4
5The Nix world is gradually adopting flakes and moving toward a world
6where there are no longer `nix-update`-maintained channels. During that
7transition, it's nice to have system channels that still work, but emit
8a warning when they are accessed to alert the user of of a gap in their
9move-to-flakes.
10
11This repo can be used as a drop-in replacement for the `nixpkgs` channel.
12This repo doesn't contain `nixpkgs` -- this is merely a thin wrapper.
13Configure the actual `nixpkgs` to forward to as a `nixpkgs-warned`
14channel.