feat: notify on new room (wip)
This commit is contained in:
parent
6e285076d4
commit
92a97e8f8a
12 changed files with 119 additions and 14 deletions
10
backend/shell.nix
Normal file
10
backend/shell.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
haskell-language-server
|
||||
stack
|
||||
stylish-haskell
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue