mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 00:43:24 +00:00
8 lines
129 B
Nix
8 lines
129 B
Nix
|
{ lib, newScope }:
|
||
|
|
||
|
lib.makeScope newScope (self: with self; {
|
||
|
|
||
|
buildFishPlugin = callPackage ./build-fish-plugin.nix { };
|
||
|
|
||
|
})
|