From cf5b0a8bffe7bcd4c5c0653b7a6660cea95058b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 24 Oct 2020 10:35:35 +0100 Subject: [PATCH] init sr.ht build file --- .build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .build.yml 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 +