mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 14:14:20 +00:00
8 lines
144 B
Nix
8 lines
144 B
Nix
{ config, lib, pkgs }:
|
|
|
|
lib.makeScope pkgs.newScope (self: with self; {
|
|
|
|
harec = callPackage ./harec { };
|
|
hare = callPackage ./hare { };
|
|
})
|