sane-scripts: lift sane-git-init out of resholve

This commit is contained in:
Colin 2023-06-06 08:10:31 +00:00
parent 4d2268b5f1
commit 32671201a4
2 changed files with 7 additions and 2 deletions

View File

@ -29,7 +29,6 @@ let
curl
file
findutils
git
gnugrep
gnused
gocryptfs
@ -153,6 +152,11 @@ let
src = ./src;
pkgs = [ "findutils" ];
};
git-init = static-nix-shell.mkBash {
pname = "sane-git-init";
src = ./src;
pkgs = [ "git" ];
};
ip-check-upnp = static-nix-shell.mkPython3Bin {
pname = "sane-ip-check-upnp";
src = ./src;

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p git
set -x