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:
Bruno BELANYI 2021-04-19 17:16:19 +00:00
parent 15f0f95538
commit edb9c46106
2 changed files with 9 additions and 2 deletions

2
pkgs/default.nix Normal file
View file

@ -0,0 +1,2 @@
{ pkgs }:
{ }