forked from lix-project/lix
pname: nix -> lix
This had a regression last time: https://gerrit.lix.systems/c/lix/+/1196 Butf3f68fcfa
fixed upgrade-nix to not be broken, so this should be ok tbh. Change-Id:I48ea1359790878bb8ead5d8a4b3f61caa4aabfb5
This commit is contained in:
parent
8f9bcd20eb
commit
e0748377dc
|
@ -15,10 +15,10 @@ let
|
||||||
|
|
||||||
meta.description = "Distribution-independent Lix bootstrap binaries for ${system}";
|
meta.description = "Distribution-independent Lix bootstrap binaries for ${system}";
|
||||||
in
|
in
|
||||||
buildPackages.runCommand "nix-binary-tarball-${version}" { inherit meta; } ''
|
buildPackages.runCommand "lix-binary-tarball-${version}" { inherit meta; } ''
|
||||||
cp ${installerClosureInfo}/registration $TMPDIR/reginfo
|
cp ${installerClosureInfo}/registration $TMPDIR/reginfo
|
||||||
|
|
||||||
dir=nix-${version}-${system}
|
dir=lix-${version}-${system}
|
||||||
fn=$out/$dir.tar.xz
|
fn=$out/$dir.tar.xz
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
echo "file binary-dist $fn" >> $out/nix-support/hydra-build-products
|
echo "file binary-dist $fn" >> $out/nix-support/hydra-build-products
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
# internal fork of nix-doc providing :doc in the repl
|
# internal fork of nix-doc providing :doc in the repl
|
||||||
lix-doc ? __forDefaults.lix-doc,
|
lix-doc ? __forDefaults.lix-doc,
|
||||||
|
|
||||||
pname ? "nix",
|
pname ? "lix",
|
||||||
versionSuffix ? "",
|
versionSuffix ? "",
|
||||||
officialRelease ? false,
|
officialRelease ? false,
|
||||||
# Set to true to build the release notes for the next release.
|
# Set to true to build the release notes for the next release.
|
||||||
|
|
Loading…
Reference in a new issue