mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Remove references to nix-command
This commit is contained in:
parent
e0ce161734
commit
1b52a3add1
26 changed files with 32 additions and 43 deletions
|
@ -25,7 +25,7 @@ runCommand "installer-script" {
|
|||
(tarball: let
|
||||
inherit (tarball.stdenv.hostPlatform) system;
|
||||
in '' \
|
||||
--replace '@tarballHash_${system}@' $(nix --experimental-features nix-command hash-file --base16 --type sha256 ${tarball}/*.tar.xz) \
|
||||
--replace '@tarballHash_${system}@' $(nix hash-file --base16 --type sha256 ${tarball}/*.tar.xz) \
|
||||
--replace '@tarballPath_${system}@' $(tarballPath ${tarball}/*.tar.xz) \
|
||||
''
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue