1
0
Fork 0
VaultUI/shell.nix
2022-03-03 13:43:21 +00:00

5 lines
91 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
packages = with pkgs; [
nodejs
];
}