diff options
-rw-r--r-- | gui/apps/dev.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index 93ceebd..c56b346 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, pkgs-unstable, ... }: { home = { @@ -6,7 +6,7 @@ # UI dev utilities (language environments are maintained in project specific nix-shells) hotspot kcachegrind - paraview + pkgs-unstable.paraview meld # language utilities artha |