disable openrgb
This commit is contained in:
parent
b605d30899
commit
5621d41482
|
@ -1,6 +1,7 @@
|
|||
{ sources ? import ./nix/sources.nix, system ? builtins.currentSystem, pkgs ? import <nixpkgs> { } }:
|
||||
{ system ? builtins.currentSystem, pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
let
|
||||
sources = import ./nix/sources.nix;
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // self);
|
||||
x = callPackage ./pkgs/x { };
|
||||
quickserv = callPackage sources.quickserv { };
|
||||
|
@ -25,7 +26,7 @@ let
|
|||
gopls = callPackage ./pkgs/gopls { };
|
||||
|
||||
# OpenRGB
|
||||
OpenRGB = callPackage ./pkgs/openrgb { };
|
||||
#OpenRGB = callPackage ./pkgs/openrgb { };
|
||||
|
||||
# x
|
||||
appsluggr = x.appsluggr;
|
||||
|
|
Loading…
Reference in New Issue