boundary: move to pkgs/by-name

This commit is contained in:
techknowlogick
2024-09-12 00:31:52 -04:00
parent 9c116ffab3
commit f131e4ffd1
3 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
set -euo pipefail
ROOT="$(dirname "$(readlink -f "$0")")"
NIX_DRV="$ROOT/default.nix"
NIX_DRV="$ROOT/package.nix"
if [ ! -f "$NIX_DRV" ]; then
echo "ERROR: cannot find default.nix in $ROOT"
echo "ERROR: cannot find package.nix in $ROOT"
exit 1
fi
-2
View File
@@ -3296,8 +3296,6 @@ with pkgs;
boxxy = callPackage ../tools/misc/boxxy { };
boundary = callPackage ../tools/networking/boundary { };
chamber = callPackage ../tools/admin/chamber { };
chaos = callPackage ../tools/networking/chaos { };