This website requires JavaScript.
Explore
Help
Sign In
ambroisie
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
67faf8fa43
nix-config
/
pkgs
/
default.nix
7 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
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.
2021-04-19 19:16:19 +02:00
{
pkgs
}:
pkgs: extract podgrab from 'services/podgrab'
2021-04-19 19:45:05 +02:00
{
pkgs: extract lohr from 'services/lohr'
2021-04-19 19:58:53 +02:00
lohr
=
pkgs
.
callPackage
./lohr
{
}
;
pkgs: extract podgrab from 'services/podgrab'
2021-04-19 19:45:05 +02:00
podgrab
=
pkgs
.
callPackage
./podgrab
{
}
;
}
Reference in a new issue
Copy permalink