fix Nix build and add updater

- move unnecessary toplevel files to nix/
- added patch that ignores the submodule (revert)
- add update script run by a workflow
This commit is contained in:
Mihai Fufezan
2022-06-01 01:52:34 +03:00
parent 9acf15efd7
commit 9447fcd603
7 changed files with 162 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ jobs:
auto-optimise-store = true
experimental-features = nix-command flakes
- name: Update lockfile
run: nix flake update
run: nix/update-inputs.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[gha] bump flake inputs"