From ee19c3340d00c0faf769f6e6275e4c35c0c06138 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 23 Oct 2021 09:03:25 -0400 Subject: [PATCH] Move broken darwin packages to Linux temporarily --- common/packages.nix | 8 ++++---- flake.nix | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/packages.nix b/common/packages.nix index fd4ceb8..ba12075 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -14,7 +14,6 @@ in gnupg imagemagick pfetch - pinentry-curses tree unzip xdg_utils @@ -51,7 +50,6 @@ in fd go-jira jq - rfd ripgrep tldr xclip @@ -108,7 +106,6 @@ in tcpdump vpngate whois - wireshark-qt # backup restic @@ -182,6 +179,7 @@ in networkmanager-openvpn opensnitch opensnitch-ui + pinentry-curses podman pulseeffects-pw qemu @@ -192,10 +190,11 @@ in usbutils virtmanager vlc - # Unsupported on darwin but likely should be: + # Unsupported or broken on darwin: aws-sam-cli bitwarden brave + rfd datasette deluge discord @@ -209,6 +208,7 @@ in steam tailscale teams + wireshark-qt yuzu zoom-us netdata # TODO: Enable launchd support with nix-darwin diff --git a/flake.nix b/flake.nix index e6effdb..50df2a5 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,8 @@ darwinConfigurations = { demeter = darwin.lib.darwinSystem { + system = "x86_64-darwin"; + modules = [ home-manager.darwinModules.home-manager ./common/darwin.nix