Commit fb7ddb66 authored by Anderson Torres's avatar Anderson Torres
Browse files

harePackages: refactor

parent 78070740
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ config, lib, pkgs }:

lib.makeScope pkgs.newScope (self: with self; {
lib.makeScope pkgs.newScope (self: {

  harec = callPackage ./harec { };
  hare = callPackage ./hare { };
  harec = pkgs.callPackage ./harec { };
  hare = pkgs.callPackage ./hare { };
})