6 lines
101 B
Nix
6 lines
101 B
Nix
|
{ pkgs, lib }:
|
||
|
|
||
|
lib.makeScope pkgs.newScope (self: with self; {
|
||
|
xapps = callPackage ./xapps {};
|
||
|
})
|