1 { lib, pythonPackages, fetchFromGitHub }:
3 pythonPackages.buildPythonApplication rec {
8 src = fetchFromGitHub {
12 sha256 = "1kzk53ry60i814wa6n9y2ni0bcxhbi9p8gdv10b974gf23mhi8vc";
16 homepage = "https://github.com/madjar/nixbang";
17 description = "A special shebang to run scripts in a nix-shell";
18 mainProgram = "nixbang";
19 maintainers = [ lib.maintainers.madjar ];
20 platforms = lib.platforms.all;