mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
pkgs: nixlib is back, dino patches reapply
This commit is contained in:
parent
0cb44bd1b0
commit
ea947b7cdb
1 changed files with 4 additions and 5 deletions
|
|
@ -5,11 +5,10 @@ let
|
|||
overlay = self: super:
|
||||
rec {
|
||||
|
||||
/* dino = super.callPackage "${sources.qyliss-nixlib}/overlays/patches/dino" {
|
||||
inherit (super) dino;
|
||||
};
|
||||
*/
|
||||
|
||||
dino = super.callPackage "${sources.qyliss-nixlib}/overlays/patches/dino" {
|
||||
inherit (super) dino;
|
||||
};
|
||||
|
||||
discord = super.discord.override { nss = self.nss; };
|
||||
|
||||
ncmpcpp = super.ncmpcpp.override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue