disable openrgb

This commit is contained in:
Cadey Ratio 2020-03-17 08:01:09 -04:00
parent b605d30899
commit 5621d41482
1 changed files with 3 additions and 2 deletions

View File

@ -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;