mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched from a package overlay to having packages as an output
This commit is contained in:
parent
eb9ad6a73a
commit
f727e15f2c
3 changed files with 18 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(final: _: {
|
||||
t-rex-miner = final.callPackage ./t-rex-miner {};
|
||||
afk-cmds = final.callPackage ./afk-cmds {};
|
||||
parrot = final.callPackage ./parrot {};
|
||||
})
|
||||
pkgs: {
|
||||
t-rex-miner = pkgs.callPackage ./t-rex-miner {};
|
||||
afk-cmds = pkgs.callPackage ./afk-cmds {};
|
||||
parrot = pkgs.callPackage ./parrot {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue