recipes/web/shell.nix

5 lines
103 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [ pkgs.nodePackages.sass ];
}