mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
nixbang: drop
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user