From a6b645f3f20ec5a561b2db3e4a31959a490ae9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Mon, 4 Sep 2023 23:35:00 -0600 Subject: [PATCH] add manifest for CI/CD --- .build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..88cdcf7 --- /dev/null +++ b/.build.yml @@ -0,0 +1,11 @@ +image: nixos/23.05 +sources: + - https://git.sr.ht/~fabianmv/triviOS +environment: + NIX_CONFIG: "experimental-features = nix-command flakes" +shell: true +tasks: + - setup: | + cd tirviOS + - build: | + nix build .\#nixosConfigurations.triviOS.config.system.build.toplevel