metis/shell.nix
2021-11-20 00:10:09 +01:00

4 lines
68 B
Nix

{ pkgs ? import ./nix {} }:
pkgs.npmlock2nix.shell {
src = ./.;
}