pissoir: initial modeling

This commit is contained in:
2022-10-02 11:03:14 +02:00
parent 51c641ac3c
commit 543f04b3f0
3 changed files with 65 additions and 0 deletions

4
pissoir/shell.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [ pkgs.ghc ];
}