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> {};
|
||||
let
|
||||
pythonEnv = python37.withPackages(ps: [
|
||||
ps.matrix-nio
|
||||
ps.inotify-simple
|
||||
pythonEnv = python3.withPackages(ps: with ps; [
|
||||
inotify-simple
|
||||
matrix-nio
|
||||
]);
|
||||
in mkShell {
|
||||
builtInputs = [
|
||||
name = "mailbox2matrix-env";
|
||||
buildInputs = [
|
||||
pythonEnv
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue