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

This commit is contained in:
uncenter 2024-09-26 18:57:24 -04:00
parent 69cb6c5656
commit 97ad77ba73
No known key found for this signature in database
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,8 @@
{ lib
, rustPlatform
, fetchFromGitHub
, nix-update-script
{
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "nix-your-shell";

View File

@ -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 {