From 7d005ea27d05415f792e686cdb52a18b4b6fa577 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Wed, 29 Jan 2025 14:09:51 +0200 Subject: [PATCH] add build manifests --- .builds/freun-dev.yml | 5 +++++ .builds/radish.yml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .builds/freun-dev.yml create mode 100644 .builds/radish.yml diff --git a/.builds/freun-dev.yml b/.builds/freun-dev.yml new file mode 100644 index 0000000..4165786 --- /dev/null +++ b/.builds/freun-dev.yml @@ -0,0 +1,5 @@ +image: nixos/unstable +environment: + NIX_CONFIG: "experimental-features = nix-command flakes" +tasks: + - build: nix build '.#nixosConfigurations.freun-dev.config.system.build.toplevel' diff --git a/.builds/radish.yml b/.builds/radish.yml new file mode 100644 index 0000000..8baeb27 --- /dev/null +++ b/.builds/radish.yml @@ -0,0 +1,5 @@ +image: nixos/unstable +environment: + NIX_CONFIG: "experimental-features = nix-command flakes" +tasks: + - build: nix build '.#nixosConfigurations.radish.config.system.build.toplevel'