diff options
Diffstat (limited to '.github/workflows/rebuild.yml')
-rw-r--r-- | .github/workflows/rebuild.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index 433e1ec..301b206 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -22,4 +22,4 @@ jobs: - name: "Build" id: fetcher - run: nix build .#nixosConfigurations.t14 + run: nix build .#nixosConfigurations.t14.config.system.build.toplevel |