Files
TheaninovOS/overlays/asztal/shell.nix
2024-04-24 11:23:26 +02:00

5 lines
115 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [ nodejs_18 nodePackages.pnpm ];
}