1
0

rm dev container docker file

This commit is contained in:
stubbfelnewpc
2022-11-11 21:05:17 +00:00
parent 45d89cda76
commit eec6c3b2ff
4 changed files with 40 additions and 36 deletions

View File

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