removed --accept-flake-config

This commit is contained in:
2024-11-25 15:12:42 -05:00
parent 234d32b678
commit 327c9b4181

View File

@@ -19,4 +19,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build default package
run: "nixos-rebuild build --flake ./#${{ matrix.system }} --accept-flake-config"
run: "nixos-rebuild build --flake ./#${{ matrix.system }}"