mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
project-wide: nixdirfmt
This commit is contained in:
parent
24b44264d2
commit
e9f7ec570d
10 changed files with 77 additions and 58 deletions
|
|
@ -5,10 +5,11 @@ 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 {
|
||||
|
|
@ -50,7 +51,8 @@ let
|
|||
|
||||
obs-studio = super.obs-studio.override { pipewireSupport = true; };
|
||||
|
||||
hextorgba = (import ../lib/colorhelpers.nix { inherit (super) lib; }).hextorgba;
|
||||
hextorgba =
|
||||
(import ../lib/colorhelpers.nix { inherit (super) lib; }).hextorgba;
|
||||
|
||||
ff-sponsorblock = self.callPackage ./ff-sponsorblock { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue