about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-13T21·32+0000
committerVincent Ambo <tazjin@google.com>2019-12-13T21·32+0000
commit00129e06b2b4968a2e988c177c8d6650120aa278 (patch)
treeed362cb2643d24df218b5d6a1efce678492f8c19 /default.nix
parentdc6e0e86ad7b73ff8fe9b3d83a7231dedbaf57b0 (diff)
fix(build): Make repository callable in Nix r/128
This is required for some things that expect package sets to be
callable, e.g. Nixery.
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
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