fix(build): Make repository callable in Nix
This is required for some things that expect package sets to be callable, e.g. Nixery.
This commit is contained in:
parent
dc6e0e86ad
commit
00129e06b2
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
# This makes packages accessible via the Nixery instance that is configured to
|
# This makes packages accessible via the Nixery instance that is configured to
|
||||||
# use this repository as its nixpkgs source.
|
# use this repository as its nixpkgs source.
|
||||||
|
|
||||||
|
{ ... }@args:
|
||||||
|
|
||||||
with builtins;
|
with builtins;
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue