Skip to content

Commit 7b912c6

Browse files
committed
Break nix file to show it does not trigger nix flake check
1 parent 0e02f8a commit 7b912c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/shell-plugins.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ in
4747
map
4848
(
4949
package:
50-
if (elem (getExeName package) supported_plugins) then
50+
if (elem (getExeNameasdasdas package) supported_plugins) then
5151
package
5252
else
5353
abort "${getExeName package} is not a valid 1Password Shell Plugin. A list of supported plugins can be found by running `op plugin list` or at: https://developer.1password.com/docs/cli/shell-plugins/"

0 commit comments

Comments
 (0)