diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 4d9636b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "rust-analyzer.showUnlinkedFileNotification": false -} \ No newline at end of file diff --git a/justfile b/justfile index 7584f39..9e6f9d8 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,9 @@ _default: @just --list --unsorted --justfile {{justfile()}} +checkall: + nix flake check + year := `date +%Y` day := `nu -c 'date now | format date "%_d" | str trim'` @@ -32,3 +35,6 @@ test-all: # Open Editor to today's file start: nvim years/{{year}}/src/day_{{day}}.rs + +hakari: + cargo hakari generate