From 00129e06b2b4968a2e988c177c8d6650120aa278 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 13 Dec 2019 21:32:35 +0000 Subject: fix(build): Make repository callable in Nix This is required for some things that expect package sets to be callable, e.g. Nixery. --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index f69c96ab4c..b53aadcaf2 100644 --- a/default.nix +++ b/default.nix @@ -5,6 +5,8 @@ # This makes packages accessible via the Nixery instance that is configured to # use this repository as its nixpkgs source. +{ ... }@args: + with builtins; let -- cgit 1.4.1