Initial commit

This commit is contained in:
2020-12-16 17:55:31 +01:00
commit 88e1a66890

9
shell.nix Normal file
View File

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