1
0
Fork 0

feat: justfile

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-07-05 14:38:42 -05:00
parent eb9ad65e14
commit 792bae7741
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 0 deletions

2
justfile 100644
View File

@ -0,0 +1,2 @@
build package:
@nix-build -E 'with import <nixpkgs> { }; callPackage ./pkgs/{{package}} { }'