aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-05-20 21:27:23 +0200
committerAdrian Kummerlaender2019-05-20 21:27:23 +0200
commit863203d5d7b42c2489b8338485aa0b649f003ce2 (patch)
tree843c6625ff133b70613ab4e69f8f922c3486538a /shell.nix
parenta2644fedfb585382d52c4603d8799525753830c7 (diff)
downloadsymlbm_playground-863203d5d7b42c2489b8338485aa0b649f003ce2.tar
symlbm_playground-863203d5d7b42c2489b8338485aa0b649f003ce2.tar.gz
symlbm_playground-863203d5d7b42c2489b8338485aa0b649f003ce2.tar.bz2
symlbm_playground-863203d5d7b42c2489b8338485aa0b649f003ce2.tar.lz
symlbm_playground-863203d5d7b42c2489b8338485aa0b649f003ce2.tar.xz
symlbm_playground-863203d5d7b42c2489b8338485aa0b649f003ce2.tar.zst
symlbm_playground-863203d5d7b42c2489b8338485aa0b649f003ce2.zip
Throw together basic UI for updating field function
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 1b66f29..ae13444 100644
--- a/shell.nix
+++ b/shell.nix
@@ -26,9 +26,12 @@ pkgs.stdenvNoCC.mkDerivation rec {
numpy
pyopencl
pyopengl
+ pygobject3
]))
pkgs.opencl-info
+ pkgs.gobjectIntrospection
+ pkgs.gtk3
];
shellHook = ''