about summary refs log tree commit diff
path: root/pkgs/shells/zsh/oh-my-zsh
diff options
context:
space:
mode:
authorJanne Heß <dasJ@users.noreply.github.com>2024-04-02 20:47:13 +0200
committerGitHub <noreply@github.com>2024-04-02 20:47:13 +0200
commitaf69be669f0257e734c3fb97828910f69fcb45a1 (patch)
tree9ecde09a6fba289f845e55eaab094205f5094361 /pkgs/shells/zsh/oh-my-zsh
parent0d484f39225b0697af84bcf8f6c4f9c6056d792a (diff)
treewide: Rename nixfmt to nixfmt-classic (#300468)
* treewide: Rename nixfmt to nixfmt-classic

* Update pkgs/top-level/aliases.nix

Co-authored-by: Silvan Mosberger <github@infinisil.com>

---------

Co-authored-by: Silvan Mosberger <github@infinisil.com>
Diffstat (limited to 'pkgs/shells/zsh/oh-my-zsh')
-rw-r--r--pkgs/shells/zsh/oh-my-zsh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/oh-my-zsh/default.nix b/pkgs/shells/zsh/oh-my-zsh/default.nix
index 863265d27a73a..93b9f596e395a 100644
--- a/pkgs/shells/zsh/oh-my-zsh/default.nix
+++ b/pkgs/shells/zsh/oh-my-zsh/default.nix
@@ -2,7 +2,7 @@
 #
 #   https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oh-my-zsh-git
 { lib, stdenv, fetchFromGitHub, nixosTests, writeScript, common-updater-scripts
-, git, nix, nixfmt, jq, coreutils, gnused, curl, cacert, bash }:
+, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
 
 stdenv.mkDerivation rec {
   version = "2023-11-29";
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
           curl
           cacert
           git
-          nixfmt
+          nixfmt-classic
           nix
           jq
           coreutils