Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,12 @@ githubId = 12578560; name = "Quinn Bohner"; }; _9999years = { email = "rbt@fastmail.com"; github = "9999years"; githubId = 15312184; name = "Rebecca Turner"; }; a1russell = { email = "adamlr6+pub@gmail.com"; github = "a1russell"; Loading pkgs/shells/nix-your-shell/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , nix-update-script }: rustPlatform.buildRustPackage rec { pname = "nix-your-shell"; version = "1.0.1"; src = fetchFromGitHub { owner = "MercuryTechnologies"; repo = pname; rev = "v${version}"; sha256 = "sha256-kdZFwMHatnhdXGSIItuE3g27qqUKqT/Hkbz13Ba5eq4="; }; cargoSha256 = "sha256-U4nN/N345XFRj0L9cLJAjRuND0W3OE6XEB/z3zXaUiQ="; meta = with lib; { description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"; homepage = "https://github.com/MercuryTechnologies/nix-your-shell"; license = [ licenses.mit ]; maintainers = [ maintainers._9999years ]; }; passthru.updateScript = nix-update-script { }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13840,6 +13840,8 @@ with pkgs; any-nix-shell = callPackage ../shells/any-nix-shell { }; nix-your-shell = callPackage ../shells/nix-your-shell { }; bash = lowPrio (callPackage ../shells/bash/5.nix { binutils = stdenv.cc.bintools; }); Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,12 @@ githubId = 12578560; name = "Quinn Bohner"; }; _9999years = { email = "rbt@fastmail.com"; github = "9999years"; githubId = 15312184; name = "Rebecca Turner"; }; a1russell = { email = "adamlr6+pub@gmail.com"; github = "a1russell"; Loading
pkgs/shells/nix-your-shell/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchFromGitHub , nix-update-script }: rustPlatform.buildRustPackage rec { pname = "nix-your-shell"; version = "1.0.1"; src = fetchFromGitHub { owner = "MercuryTechnologies"; repo = pname; rev = "v${version}"; sha256 = "sha256-kdZFwMHatnhdXGSIItuE3g27qqUKqT/Hkbz13Ba5eq4="; }; cargoSha256 = "sha256-U4nN/N345XFRj0L9cLJAjRuND0W3OE6XEB/z3zXaUiQ="; meta = with lib; { description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"; homepage = "https://github.com/MercuryTechnologies/nix-your-shell"; license = [ licenses.mit ]; maintainers = [ maintainers._9999years ]; }; passthru.updateScript = nix-update-script { }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13840,6 +13840,8 @@ with pkgs; any-nix-shell = callPackage ../shells/any-nix-shell { }; nix-your-shell = callPackage ../shells/nix-your-shell { }; bash = lowPrio (callPackage ../shells/bash/5.nix { binutils = stdenv.cc.bintools; });