add justfile
This commit is contained in:
parent
8fb824e33c
commit
4e0736a441
1 changed files with 4 additions and 0 deletions
4
justfile
Normal file
4
justfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
set shell := ["nix", "eval", "--impure", "--expr"]
|
||||
|
||||
e day stage="basic":
|
||||
import ./{{day}}/{{stage}}.nix
|
Reference in a new issue