Unverified Commit 545b9f67 authored by Austin Horstman's avatar Austin Horstman
Browse files

_1password: move to by-name

parent a8d7a0b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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"; };