Initial commit

This commit is contained in:
2021-04-26 17:49:50 +02:00
commit a67c87d0c8

9
shell.nix Normal file
View File

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