mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +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 { };
|
|
})
|