d3993e24c6
This is a subtree for the (past, present and future) Hare language infrastructure.
7 lines
144 B
Nix
7 lines
144 B
Nix
{ config, lib, pkgs }:
|
|
|
|
lib.makeScope pkgs.newScope (self: with self; {
|
|
|
|
harec = callPackage ./harec { };
|
|
hare = callPackage ./hare { };
|
|
})
|