mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Move broken darwin packages to Linux temporarily
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user