diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-23T22·47+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-23T22·47+0100 |
commit | f77945ca8102cfabce90402e3cb9fd620aaa8c2e (patch) | |
tree | 6c97316d9964669d47aeeee00349a6b4155d0dee /third_party | |
parent | cac00656cbbc6b22cbbf7d575f9bf464c144c4f9 (diff) |
style(3p/nix): Rename derivation to 'tazjix' r/832
This makes it easier to distinguish which thing I'm dealing with in the store paths. It does not affect anything else.
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index 4279fda7a0d1..049d48e89aff 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -14,7 +14,7 @@ let enableLargeConfig = true; }; in stdenv.mkDerivation { - pname = "nix"; + pname = "tazjix"; version = "2.3.4"; src = ./.; |