flake: introduce 'pkgs' overlay
Also make it the prime overlay instead of the extended 'lib'. The reason for `pkgs` not being structured as an overlay, but simply taking `pkgs` as an argument is to allow it to be used as a NUR package set, if I wanted to.
This commit is contained in:
parent
15f0f95538
commit
edb9c46106
2 changed files with 9 additions and 2 deletions
2
pkgs/default.nix
Normal file
2
pkgs/default.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{ pkgs }:
|
||||
{ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue