shithub: m8c

ref: f2136e0ac4516479fb3ee650f877ad6d82e1782c
dir: /shell.nix/

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

with pkgs;

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