From a0d942dc6bb7a0488f7bcc25509a39abb7886ba7 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 22 Sep 2024 12:50:50 +0900 Subject: [PATCH] :art: nix fmt --- .forgejo/workflows/nix_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index e0e903c..1fa751c 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -48,8 +48,8 @@ jobs: rm .ssh_key - name: nix build orbi run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel -# - name: nix build cream -# run: nix build .#nixosConfigurations.cream.config.system.build.toplevel + # - name: nix build cream + # run: nix build .#nixosConfigurations.cream.config.system.build.toplevel - name: nix build cherry run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel - name: nix build chungus