Files
cachix-action/shell.nix
2020-04-16 05:18:25 +01:00

6 lines
87 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
nativeBuildInputs = [ yarn ];
}