rage: use an arch that exists!

This commit is contained in:
Aaron Bieber 2022-09-04 15:29:29 -06:00
parent 1a5059a70c
commit 6b4f3d6fb7

View File

@ -2,7 +2,7 @@
let
oathPkg = pkgs.oath-toolkit or pkgs.oathToolkit;
clip = if pkgs.system == "darwin-aarch64" then
clip = if pkgs.system == "aarch64-darwin" then
"pbcopy"
else
"${pkgs.xclip}/bin/xclip";