mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
13 lines
166 B
Nix
13 lines
166 B
Nix
|
{ newScope, wayfire }:
|
||
|
|
||
|
let
|
||
|
self = with self; {
|
||
|
inherit wayfire;
|
||
|
|
||
|
callPackage = newScope self;
|
||
|
|
||
|
wf-shell = callPackage ./wf-shell.nix { };
|
||
|
};
|
||
|
in
|
||
|
self
|