diff --git a/pkgs/shells/nix-your-shell/default.nix b/pkgs/by-name/ni/nix-your-shell/package.nix similarity index 91% rename from pkgs/shells/nix-your-shell/default.nix rename to pkgs/by-name/ni/nix-your-shell/package.nix index 58190591e989..8219533474ce 100644 --- a/pkgs/shells/nix-your-shell/default.nix +++ b/pkgs/by-name/ni/nix-your-shell/package.nix @@ -1,7 +1,8 @@ -{ lib -, rustPlatform -, fetchFromGitHub -, nix-update-script +{ + lib, + rustPlatform, + fetchFromGitHub, + nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "nix-your-shell"; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 565fab148e84..b08744b6deeb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14315,8 +14315,6 @@ with pkgs; agdsn-zsh-config = callPackage ../shells/zsh/agdsn-zsh-config { }; - nix-your-shell = callPackage ../shells/nix-your-shell { }; - bash = lowPrio (callPackage ../shells/bash/5.nix { }); # WARNING: this attribute is used by nix-shell so it shouldn't be removed/renamed bashInteractive = callPackage ../shells/bash/5.nix {