shithub: m8c

ref: 000b805eca3dc9ede83cc53bc838f0b0a7a6f7e7
dir: /shell.nix/

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

with pkgs;

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