1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Move binary-tarball.nix to scripts dir

This commit is contained in:
John Ericson 2023-12-03 18:16:07 -05:00
parent 7a7ad7c84b
commit e275f0adfb
2 changed files with 6 additions and 6 deletions

View file

@ -139,7 +139,7 @@
doBuild = false;
};
binaryTarball = nix: pkgs: pkgs.callPackage ./binary-tarball.nix {
binaryTarball = nix: pkgs: pkgs.callPackage ./scripts/binary-tarball.nix {
inherit nix;
};