Initial commit

This commit is contained in:
coolneng 2020-12-16 17:55:31 +01:00
commit 88e1a66890
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

9
shell.nix Normal file
View File

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