mirror of
https://github.com/wlcx/home.git
synced 2026-09-15 12:38:22 +01:00
zbar: copy locally and fix for macos aarch64
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
# TODO: auto import everything
|
||||
{ pkgs }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
qrclip = pkgs.callPackage ./qrclip { };
|
||||
zbar = pkgs.callPackage ./zbar { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user