update dependencies
This commit is contained in:
parent
f757a448a2
commit
4f54f620ab
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ with import <nixpkgs> {};
|
||||||
let
|
let
|
||||||
pythonEnv = python37.withPackages(ps: [
|
pythonEnv = python37.withPackages(ps: [
|
||||||
ps.matrix-nio
|
ps.matrix-nio
|
||||||
ps.inotify
|
ps.inotify-simple
|
||||||
]);
|
]);
|
||||||
in mkShell {
|
in mkShell {
|
||||||
builtInputs = [
|
builtInputs = [
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
matrix-nio
|
matrix-nio
|
||||||
inotify
|
inotify-simple
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue