jitsi-roomsv2/backend/shell.nix

13 lines
159 B
Nix
Raw Permalink Normal View History

2025-01-19 13:30:56 +01:00
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
haskell-language-server
stack
stylish-haskell
2025-01-21 21:21:21 +01:00
libnotify
2025-01-19 13:30:56 +01:00
];
}