From a8ed55e763c0e9337f07065cba809fbc7e8942c7 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 6 Jun 2022 11:55:33 +0200 Subject: [PATCH] development: swith to stable woeusb-ng --- nixos/modules/development.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/development.nix b/nixos/modules/development.nix index 22ba3e7..48e3a71 100644 --- a/nixos/modules/development.nix +++ b/nixos/modules/development.nix @@ -39,6 +39,6 @@ valgrind vimPlugins.YouCompleteMe ycmd - unstable.woeusb-ng + woeusb-ng ]; }