Initial commit

This commit is contained in:
stubbfel
2022-11-17 23:01:04 +01:00
commit d41e9afc75
11 changed files with 195 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/env sh
echo 'nix --experimental-features "nix-command flakes" develop' >/usr/bin/devShell
chmod +x /usr/bin/devShell