summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix17
1 files changed, 7 insertions, 10 deletions
diff --git a/flake.nix b/flake.nix
index 4e5d1b6..b05fb5b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
];
};
});