diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-05-31 14:51:08 -0700 |
---|---|---|
committer | Qyriad <qyriad@qyriad.me> | 2024-06-06 20:42:29 +0000 |
commit | e0748377dc1c2f295d1d60b9892bffabc030d4b4 (patch) | |
tree | 515e3581934990e2611e1d41e9df9a9002731345 /nix-support | |
parent | 8f9bcd20ebc1a4bdf44e8c1b16cac9a905c505d9 (diff) |
pname: nix -> lix
This had a regression last time: https://gerrit.lix.systems/c/lix/+/1196
But f3f68fcfa fixed upgrade-nix to not be broken, so this should be ok tbh.
Change-Id: I48ea1359790878bb8ead5d8a4b3f61caa4aabfb5
Diffstat (limited to 'nix-support')
-rw-r--r-- | nix-support/binary-tarball.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix-support/binary-tarball.nix b/nix-support/binary-tarball.nix index 6cadcd650..8d25227c3 100644 --- a/nix-support/binary-tarball.nix +++ b/nix-support/binary-tarball.nix @@ -15,10 +15,10 @@ let meta.description = "Distribution-independent Lix bootstrap binaries for ${system}"; in -buildPackages.runCommand "nix-binary-tarball-${version}" { inherit meta; } '' +buildPackages.runCommand "lix-binary-tarball-${version}" { inherit meta; } '' cp ${installerClosureInfo}/registration $TMPDIR/reginfo - dir=nix-${version}-${system} + dir=lix-${version}-${system} fn=$out/$dir.tar.xz mkdir -p $out/nix-support echo "file binary-dist $fn" >> $out/nix-support/hydra-build-products |