shithub: m8c

ref: 3043cbc786b77f3924aedadaf29a2d7847ac32ef
dir: /shell.nix/

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

with pkgs;

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