~jorge-jbs/mathematical-logic

747cf83e51b629d4491239cec91822a970330be9 — Jorge Blázquez Saborido 3 years ago db5c0b9
Add default.nix
1 files changed, 9 insertions(+), 0 deletions(-)

A default.nix
A default.nix => default.nix +9 -0
@@ 0,0 1,9 @@
{ pkgs ? import <nixpkgs> {} }:

with pkgs;

mkShell {
  buildInputs = [
    (agda.withPackages (p: [ p.standard-library p.cubical ]))
  ];
}