Initial commit

This commit is contained in:
2021-06-22 01:30:06 +02:00
commit e26729d6e3

9
shell.nix Normal file
View File

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