nixpkgs/pkgs/development/compilers/hare/default.nix
AndersonTorres d3993e24c6 harePackages: create subtree
This is a subtree for the (past, present and future) Hare language
infrastructure.
2022-08-10 05:20:17 -03:00

8 lines
144 B
Nix

{ config, lib, pkgs }:
lib.makeScope pkgs.newScope (self: with self; {
harec = callPackage ./harec { };
hare = callPackage ./hare { };
})