sane-vpn: specify missing sanebox dependency

This commit is contained in:
2024-07-21 22:49:46 +00:00
parent 15b0bba329
commit f123be98b2
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ let
vpn = static-nix-shell.mkBash {
pname = "sane-vpn";
srcRoot = ./src;
pkgs = [ "coreutils-full" "iproute2" "jq" "networkmanager-split.nmcli" "sane-scripts.ip-check" "systemd" ];
pkgs = [ "coreutils-full" "iproute2" "jq" "networkmanager-split.nmcli" "sane-scripts.ip-check" "sanebox" "systemd" ];
};
which = static-nix-shell.mkBash {
pname = "sane-which";

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash -p coreutils-full -p iproute2 -p jq -p networkmanager-split.nmcli -p sane-scripts.ip-check -p systemd
#!nix-shell -i bash -p bash -p coreutils-full -p iproute2 -p jq -p networkmanager-split.nmcli -p sane-scripts.ip-check -p sanebox -p systemd
set -e