shithub: m8c

ref: a449d9d5a24fbeeaf3e6fcde2d6af93f59eee32f
dir: /shell.nix/

View raw version
{ pkgs ? import <nixpkgs> {} }:

with pkgs;

mkShell {
  packages = with pkgs; [ nix-prefetch-github ];
  inputsFrom = [ (import ./default.nix {}).m8c-dev ];
}