diff --git a/.build.yml b/.build.yml new file mode 100644 index 00000000..e67ee7b0 --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: nixos/latest +sources: + - https://git.sr.ht/~cyplo/dotfiles + +tasks: + - setup: | + echo "hello dotfiles" + ls -hal +