From f31bf165512cf0821512b58c7e7df6406a17a0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Mon, 4 Sep 2023 23:43:10 -0600 Subject: [PATCH] update manifest --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 3de7425..68733fc 100644 --- a/.build.yml +++ b/.build.yml @@ -8,4 +8,4 @@ tasks: - setup: | cd triviOS - build: | - nix build .\#nixosConfigurations.triviOS.config.system.build.toplevel + nix build ./build\#nixosConfigurations.triviOS.config.system.build.toplevel --print-build-logs