From da29786c87b0c5f58611a674a52972576b70c706 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 21 May 2022 09:51:51 +0800 Subject: [PATCH] ci: correct attribute to build NixOS system --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6872127..c2aae065 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,4 +17,4 @@ jobs: - name: Build custom packages run: nix shell nixpkgs#nix-build-uncached --command nix-build-uncached ./pkgs - name: Build NixOS configurations - run: nix build .#nixosConfigurations.ni + run: nix build .#nixosConfigurations.ni.config.system.build.toplevel