Impala is Linux-only
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
dig
|
||||
dnsutils
|
||||
jqp
|
||||
iamb
|
||||
impala
|
||||
rainfrog
|
||||
tenere
|
||||
wiki-tui
|
||||
];
|
||||
] ++ (lib.optionals pkgs.stdenv.hostPlatform.isLinux [
|
||||
impala
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user