mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
8 lines
143 B
Nix
8 lines
143 B
Nix
{ config, lib, pkgs }:
|
|
|
|
lib.makeScope pkgs.newScope (self: {
|
|
|
|
harec = pkgs.callPackage ./harec { };
|
|
hare = pkgs.callPackage ./hare { };
|
|
})
|