diff options
author | Karel Kočí <cynerd@email.cz> | 2022-11-22 16:16:45 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-11-22 16:16:45 +0100 |
commit | e991b1bb26b8dafe32e525db69d492eb5947433e (patch) | |
tree | 196294c9de47bd2d95914b2eff85c3f4fcd6c609 /devShells | |
parent | dc40da30011d035d5f554799976908a1f5e0653b (diff) | |
download | nixos-personal-e991b1bb26b8dafe32e525db69d492eb5947433e.tar.gz nixos-personal-e991b1bb26b8dafe32e525db69d492eb5947433e.tar.bz2 nixos-personal-e991b1bb26b8dafe32e525db69d492eb5947433e.zip |
Add shvspy
Diffstat (limited to 'devShells')
-rw-r--r-- | devShells/qt.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devShells/qt.nix b/devShells/qt.nix index 8bcce47..caf9b99 100644 --- a/devShells/qt.nix +++ b/devShells/qt.nix @@ -8,7 +8,6 @@ in pkgs.mkShell { packages = (with pkgs; with libsForQt5; [ qtbase qtserialport - qtserialport qtwebsockets doctest |