From 39c225651ab8a4a266f9d6fd120c744ebe9af444 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 10 May 2024 15:48:07 +0200 Subject: add build manifest for builds.sr.ht --- .build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..d203753 --- /dev/null +++ b/.build.yml @@ -0,0 +1,13 @@ +image: nixos/unstable +sources: + - https://git.alanpearce.eu/nix-packages +environment: + NIX_CONFIG: "experimental-features = nix-command flakes" +repositories: + nixpkgs: https://nixos.org/channels/nixpkgs-unstable +tasks: + - nixpkgs: | + nix-instantiate --eval -E '(import {}).lib.version' + + - build: | + nix shell -f '' nix-build-uncached -c nix-build-uncached nix-packages/ci.nix -A cacheOutputs -- cgit 1.4.1