mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 04:23:47 +00:00
8 lines
139 B
Nix
8 lines
139 B
Nix
{ newScope, pkgs }:
|
|
|
|
let
|
|
callPackage = newScope (pkgs // plugins);
|
|
plugins = import ./plugins.nix { inherit callPackage; };
|
|
in
|
|
plugins
|