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 { };
|
|
})
|