nixbang: migrate to by-name (#486677)

This commit is contained in:
Gergő Gutyina
2026-02-12 01:18:31 +00:00
committed by GitHub
2 changed files with 2 additions and 6 deletions
@@ -1,10 +1,10 @@
{
lib,
pythonPackages,
python3Packages,
fetchFromGitHub,
}:
pythonPackages.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
pname = "nixbang";
version = "0.1.2";
format = "setuptools";
-4
View File
@@ -5983,10 +5983,6 @@ with pkgs;
)
haskellPackages.haskell-ci;
nixbang = callPackage ../development/tools/misc/nixbang {
pythonPackages = python3Packages;
};
nexusmods-app-unfree = nexusmods-app.override {
pname = "nexusmods-app-unfree";
_7zz = _7zz-rar;