about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-23T22·47+0100
committerVincent Ambo <tazjin@google.com>2020-05-23T22·47+0100
commitf77945ca8102cfabce90402e3cb9fd620aaa8c2e (patch)
tree6c97316d9964669d47aeeee00349a6b4155d0dee /third_party
parentcac00656cbbc6b22cbbf7d575f9bf464c144c4f9 (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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix
index 4279fda7a0..049d48e89a 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 = ./.;