mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
nix-your-shell: move to pkgs/by-name, format with nixfmt-rfc-style
This commit is contained in:
parent
69cb6c5656
commit
97ad77ba73
@ -1,7 +1,8 @@
|
|||||||
{ lib
|
{
|
||||||
, rustPlatform
|
lib,
|
||||||
, fetchFromGitHub
|
rustPlatform,
|
||||||
, nix-update-script
|
fetchFromGitHub,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nix-your-shell";
|
pname = "nix-your-shell";
|
@ -14315,8 +14315,6 @@ with pkgs;
|
|||||||
|
|
||||||
agdsn-zsh-config = callPackage ../shells/zsh/agdsn-zsh-config { };
|
agdsn-zsh-config = callPackage ../shells/zsh/agdsn-zsh-config { };
|
||||||
|
|
||||||
nix-your-shell = callPackage ../shells/nix-your-shell { };
|
|
||||||
|
|
||||||
bash = lowPrio (callPackage ../shells/bash/5.nix { });
|
bash = lowPrio (callPackage ../shells/bash/5.nix { });
|
||||||
# WARNING: this attribute is used by nix-shell so it shouldn't be removed/renamed
|
# WARNING: this attribute is used by nix-shell so it shouldn't be removed/renamed
|
||||||
bashInteractive = callPackage ../shells/bash/5.nix {
|
bashInteractive = callPackage ../shells/bash/5.nix {
|
||||||
|
Loading…
Reference in New Issue
Block a user