b6d97fd731
GitOrigin-RevId: be0b453d7c7eee2090962c9a83749b024ff9acf5
12 lines
166 B
Nix
12 lines
166 B
Nix
{ newScope, wayfire }:
|
|
|
|
let
|
|
self = with self; {
|
|
inherit wayfire;
|
|
|
|
callPackage = newScope self;
|
|
|
|
wf-shell = callPackage ./wf-shell.nix { };
|
|
};
|
|
in
|
|
self
|