shithub: m8c

ref: 3c319a9f9a628fee0a47a4fc57e2275ec5cd52b9
dir: /shell.nix/

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

with pkgs;

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