nixbang: drop

This commit is contained in:
Gutyina Gergő
2026-07-02 02:35:39 +02:00
parent b7066f59d2
commit 4f4b27dabc
2 changed files with 1 additions and 27 deletions

View File

@@ -1,27 +0,0 @@
{
lib,
python3Packages,
fetchFromGitHub,
}:
python3Packages.buildPythonApplication rec {
pname = "nixbang";
version = "0.1.2";
format = "setuptools";
namePrefix = "";
src = fetchFromGitHub {
owner = "madjar";
repo = "nixbang";
rev = version;
sha256 = "1kzk53ry60i814wa6n9y2ni0bcxhbi9p8gdv10b974gf23mhi8vc";
};
meta = {
homepage = "https://github.com/madjar/nixbang";
description = "Special shebang to run scripts in a nix-shell";
mainProgram = "nixbang";
maintainers = [ lib.maintainers.madjar ];
platforms = lib.platforms.all;
};
}

View File

@@ -1628,6 +1628,7 @@ mapAliases {
nix-linter = throw "nix-linter has been removed as it was broken for 3 years and unmaintained upstream"; # Added 2025-09-06
nix-plugin-pijul = throw "nix-plugin-pijul has been removed due to being discontinued"; # Added 2025-05-18
nix_2_3 = throw "'nix_2_3' has been removed, because it was unmaintained and insecure."; # Converted to throw 2025-07-24
nixbang = throw "'nixbang' has been removed because it was unmaintained upstream. Use nix-shell shebang instead'"; # Added 2026-07-02
nixfmt-classic =
(
if lib.oldestSupportedReleaseIsAtLeast 2605 then