Initial commit

This commit is contained in:
2021-03-08 19:01:40 +01:00
commit 1b8408dd14

9
shell.nix Normal file
View File

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