Unverified Commit 97ad77ba authored by uncenter's avatar uncenter
Browse files

nix-your-shell: move to pkgs/by-name, format with nixfmt-rfc-style

parent 69cb6c56
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, nix-update-script
{
  lib,
  rustPlatform,
  fetchFromGitHub,
  nix-update-script,
}:
rustPlatform.buildRustPackage rec {
  pname = "nix-your-shell";
+0 −2
Original line number Diff line number Diff line
@@ -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 {