Skip to content

Commit

Permalink
Merge pull request #123 from TornaxO7/improve-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Toqozz authored Jan 11, 2024
2 parents 9f2e142 + 085b69a commit 8e5632d
Show file tree
Hide file tree
Showing 8 changed files with 215 additions and 160 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00

jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock"
pr-labels: |
dependencies
automated
pr-reviewers: TornaxO7
3 changes: 1 addition & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
})
.defaultNix
}).defaultNix
120 changes: 86 additions & 34 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e5632d

Please sign in to comment.