Move broken darwin packages to Linux temporarily

This commit is contained in:
Dave Gallant
2021-10-23 09:03:25 -04:00
parent c3aa085016
commit ee19c3340d
2 changed files with 6 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ in
gnupg gnupg
imagemagick imagemagick
pfetch pfetch
pinentry-curses
tree tree
unzip unzip
xdg_utils xdg_utils
@@ -51,7 +50,6 @@ in
fd fd
go-jira go-jira
jq jq
rfd
ripgrep ripgrep
tldr tldr
xclip xclip
@@ -108,7 +106,6 @@ in
tcpdump tcpdump
vpngate vpngate
whois whois
wireshark-qt
# backup # backup
restic restic
@@ -182,6 +179,7 @@ in
networkmanager-openvpn networkmanager-openvpn
opensnitch opensnitch
opensnitch-ui opensnitch-ui
pinentry-curses
podman podman
pulseeffects-pw pulseeffects-pw
qemu qemu
@@ -192,10 +190,11 @@ in
usbutils usbutils
virtmanager virtmanager
vlc vlc
# Unsupported on darwin but likely should be: # Unsupported or broken on darwin:
aws-sam-cli aws-sam-cli
bitwarden bitwarden
brave brave
rfd
datasette datasette
deluge deluge
discord discord
@@ -209,6 +208,7 @@ in
steam steam
tailscale tailscale
teams teams
wireshark-qt
yuzu yuzu
zoom-us zoom-us
netdata # TODO: Enable launchd support with nix-darwin netdata # TODO: Enable launchd support with nix-darwin

View File

@@ -75,6 +75,8 @@
darwinConfigurations = { darwinConfigurations = {
demeter = darwin.lib.darwinSystem { demeter = darwin.lib.darwinSystem {
system = "x86_64-darwin";
modules = [ modules = [
home-manager.darwinModules.home-manager home-manager.darwinModules.home-manager
./common/darwin.nix ./common/darwin.nix