Skip to content

Commit 792a448

Browse files
committed
[chore] pass through arguments to mirror-hackage-server nix app
- This is useful because that way you can ingest single packages
1 parent 5b0d3b0 commit 792a448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
echo 'Copying packages from real Hackage Server into local Hackage Server.'
3838
echo 'This assumes the local Hackage Server uses default credentials;'
3939
echo 'otherwise, override in nix-default-servers.cfg'
40-
hackage-mirror nix-default-servers.cfg
40+
hackage-mirror nix-default-servers.cfg "$@"
4141
'';
4242
};
4343
packages.default = config.packages.hackage-server;

0 commit comments

Comments
 (0)