From e40ed7ce0534d752967c22e8503dde59e38e1ddd Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 30 Aug 2024 11:36:08 -0500 Subject: [PATCH] Build --- .forgejo/workflows/nix-build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/nix-build.yaml b/.forgejo/workflows/nix-build.yaml index 3cf7772..673b59c 100644 --- a/.forgejo/workflows/nix-build.yaml +++ b/.forgejo/workflows/nix-build.yaml @@ -16,19 +16,19 @@ jobs: - name: Build server run: | - nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#beefcake + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild build --flake .#beefcake - name: Build router run: | - nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#router + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild build --flake .#router - name: Build desktop run: | - nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#dragon + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild build --flake .#dragon - name: Build laptop run: | - nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#foxtrot + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild build --flake .#foxtrot # - name: Save nix store # uses: actions/cache/save@v4