update dependencies

This commit is contained in:
Tim Schubert 2020-05-16 23:40:31 +02:00
parent f757a448a2
commit 4f54f620ab
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ with import <nixpkgs> {};
let
pythonEnv = python37.withPackages(ps: [
ps.matrix-nio
ps.inotify
ps.inotify-simple
]);
in mkShell {
builtInputs = [

View file

@ -1,2 +1,2 @@
matrix-nio
inotify
inotify-simple