From d10f49780dbe7b0660d2457156f6beee802a6500 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 30 Aug 2024 11:35:13 -0500 Subject: [PATCH] Flake --- .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 0aba5ee..3cf7772 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 .#beefcake + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#beefcake - name: Build router run: | - nix shell nixpkgs#nixos-rebuild -c nixos-rebuild .#router + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#router - name: Build desktop run: | - nix shell nixpkgs#nixos-rebuild -c nixos-rebuild .#dragon + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#dragon - name: Build laptop run: | - nix shell nixpkgs#nixos-rebuild -c nixos-rebuild .#foxtrot + nix shell nixpkgs#nixos-rebuild -c nixos-rebuild --flake .#foxtrot # - name: Save nix store # uses: actions/cache/save@v4