_1password: move to by-name

This commit is contained in:
Austin Horstman 2024-10-22 10:19:24 -05:00
parent a8d7a0b55e
commit 545b9f67b5
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
set -eu
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"
exit 1

View File

@ -1429,8 +1429,6 @@ with pkgs;
_3mux = callPackage ../tools/misc/3mux { };
_1password = callPackage ../applications/misc/1password { };
_1password-gui = callPackage ../applications/misc/1password-gui { };
_1password-gui-beta = callPackage ../applications/misc/1password-gui { channel = "beta"; };