Initial commit

This commit is contained in:
2024-11-17 15:52:06 +01:00
commit 3b479d3e97
+6
View File
@@ -0,0 +1,6 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
stack
];
}