init
This commit is contained in:
commit
45244050ea
6 changed files with 82 additions and 0 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.bashInteractive
|
||||
(pkgs.python38.withPackages (ps: [
|
||||
ps.dnspython
|
||||
ps.matrix-nio
|
||||
]))
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue