aboutsummaryrefslogtreecommitdiff
path: root/devShells
diff options
context:
space:
mode:
Diffstat (limited to 'devShells')
-rw-r--r--devShells/c.nix10
-rw-r--r--devShells/default.nix2
2 files changed, 12 insertions, 0 deletions
diff --git a/devShells/c.nix b/devShells/c.nix
index f1b98a3..5798129 100644
--- a/devShells/c.nix
+++ b/devShells/c.nix
@@ -46,6 +46,16 @@ pkgs.mkShell {
libffi.dev
# Qt
+ #qt6.qttools
+ #qt6.qtbase
+ #qt6.qttranslations
+ #qt6.qtserialport
+ #qt6.qtwebsockets
+ #qt6.qtcharts
+ #qt6.qtsvg
+ #qt6.qtnetworkauth
+ #qt6.qtwayland
+ #qt6.wrapQtAppsHook
libsForQt5.qtbase
libsForQt5.qttranslations
libsForQt5.qtserialport
diff --git a/devShells/default.nix b/devShells/default.nix
index 882f828..d09fa70 100644
--- a/devShells/default.nix
+++ b/devShells/default.nix
@@ -1,4 +1,6 @@
pkgs: rec {
c = import ./c.nix pkgs;
+ musl = import ./c.nix pkgs.pkgsMusl;
+ #llvm = import ./c.nix pkgs.pkgsLLVM;
apo = import ./apo.nix pkgs c;
}