ci: init, shellcheck job

This commit is contained in:
Cole Helbling 2021-11-30 08:58:54 -08:00 committed by Cole Helbling
parent b7a213c108
commit a5526c5d9e
4 changed files with 80 additions and 0 deletions

6
shell.nix Normal file
View file

@ -0,0 +1,6 @@
(import
(fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
sha256 = "0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2";
})
{ src = ./.; }).shellNix