From cc6f4661c7723c628c651107224ed112b73de5f5 Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Fri, 28 Apr 2023 15:55:33 +0300 Subject: [PATCH] Add a build manifest --- .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 0000000..71779ae --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: nixos/unstable +environment: + NIX_CONFIG: "experimental-features = nix-command flakes" +sources: + - https@git.sr.ht/~masse/rauhala.info +tasks: + - build: | + cd rauhala.info + nix build