init
This commit is contained in:
commit
f757a448a2
4 changed files with 112 additions and 0 deletions
11
default.nix
Normal file
11
default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
with import <nixpkgs> {};
|
||||
let
|
||||
pythonEnv = python37.withPackages(ps: [
|
||||
ps.matrix-nio
|
||||
ps.inotify
|
||||
]);
|
||||
in mkShell {
|
||||
builtInputs = [
|
||||
pythonEnv
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue