mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
d3993e24c6
This is a subtree for the (past, present and future) Hare language infrastructure.
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 { };
|
|
})
|