lol

harePackages: refactor

+3 -3
+3 -3
pkgs/development/compilers/hare/default.nix
··· 1 1 { config, lib, pkgs }: 2 2 3 - lib.makeScope pkgs.newScope (self: with self; { 3 + lib.makeScope pkgs.newScope (self: { 4 4 5 - harec = callPackage ./harec { }; 6 - hare = callPackage ./hare { }; 5 + harec = pkgs.callPackage ./harec { }; 6 + hare = pkgs.callPackage ./hare { }; 7 7 })