diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -40,11 +40,13 @@ commonArgs = { inherit src; - buildInputs = [ - # Add additional build inputs here - ] ++ lib.optionals pkgs.stdenv.isDarwin [ - # Additional darwin specific inputs can be set here - pkgs.libiconv + buildInputs = with pkgs; [ + xorg.xorgserver + firefox + geckodriver + pkg-config + openssl + imagemagick ]; # Additional environment variables can be set directly @@ -141,11 +143,6 @@ "rustfmt" ]) rust-analyzer-nightly - firefox - geckodriver - pkg-config - openssl - imagemagick ]; }; }); |