fixup: nix-shell
This commit is contained in:
parent
4f54f620ab
commit
a11f073eb5
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
let
|
let
|
||||||
pythonEnv = python37.withPackages(ps: [
|
pythonEnv = python3.withPackages(ps: with ps; [
|
||||||
ps.matrix-nio
|
inotify-simple
|
||||||
ps.inotify-simple
|
matrix-nio
|
||||||
]);
|
]);
|
||||||
in mkShell {
|
in mkShell {
|
||||||
builtInputs = [
|
name = "mailbox2matrix-env";
|
||||||
|
buildInputs = [
|
||||||
pythonEnv
|
pythonEnv
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue