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