budgie: Don't use with
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
This commit is contained in:
parent
b06025f153
commit
2095e319fd
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{ lib, pkgs }:
|
||||
{ lib, newScope }:
|
||||
|
||||
lib.makeScope pkgs.newScope (self: with self; {
|
||||
lib.makeScope newScope (self: let
|
||||
inherit (self) callPackage;
|
||||
in {
|
||||
budgie-backgrounds = callPackage ./budgie-backgrounds { };
|
||||
budgie-control-center = callPackage ./budgie-control-center { };
|
||||
budgie-desktop = callPackage ./budgie-desktop { };
|
||||
|
|
Loading…
Reference in a new issue