Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions modules/darwin/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
nixpkgs = {
inherit overlays;
hostPlatform = system;
config.allowUnfreePredicate =
pkg: builtins.elem (lib.getName pkg) (config.darwin.unfree-allowed ++ [ "ookla-speedtest" ]);
config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) (config.darwin.unfree-allowed);
};
}
2 changes: 1 addition & 1 deletion modules/essentials.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ pkgs: with pkgs; [
git
go
htop
librespeed-cli
moreutils
neovim
nix-search-cli
nixfmt-rfc-style
ookla-speedtest
python3
ripgrep
rustup
Expand Down
1 change: 0 additions & 1 deletion modules/home/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"discord"
"instapaper-official"
"onepassword-password-manager"
"ookla-speedtest"
"super-agent"
"zoom"
]
Expand Down
1 change: 0 additions & 1 deletion modules/nixos/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"1password"
"1password-cli"
"minecraft-server"
"ookla-speedtest"
"plexmediaserver"
"steam"
"steam-unwrapped"
Expand Down