mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
_1password: move to by-name
This commit is contained in:
parent
a8d7a0b55e
commit
545b9f67b5
@ -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
|
@ -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"; };
|
||||
|
Loading…
Reference in New Issue
Block a user