mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 13:43:22 +00:00
8 lines
92 B
Nix
8 lines
92 B
Nix
|
{ lib, newScope }:
|
||
|
|
||
|
lib.makeScope newScope (self:
|
||
|
let
|
||
|
inherit (self) callPackage;
|
||
|
in
|
||
|
{ })
|