QOwnNotes/webpage/shell.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
118 B
Nix
Raw Permalink Normal View History

{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs_20
zellij
];
}