style(3p/nix): Rename derivation to 'tazjix'
This makes it easier to distinguish which thing I'm dealing with in the store paths. It does not affect anything else.
This commit is contained in:
parent
cac00656cb
commit
f77945ca81
1 changed files with 1 additions and 1 deletions
2
third_party/nix/default.nix
vendored
2
third_party/nix/default.nix
vendored
|
@ -14,7 +14,7 @@ let
|
||||||
enableLargeConfig = true;
|
enableLargeConfig = true;
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "nix";
|
pname = "tazjix";
|
||||||
version = "2.3.4";
|
version = "2.3.4";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue