Skip to content

Commit

Permalink
Update flake.lock and related CI dependencies (#337)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/f99e5f03cc0aa231ab5950a15ed02afec45ed51a' (2023-10-09)
  → 'github:NixOS/nixpkgs/5e4c2ada4fcd54b99d56d7bd62f384511a7e2593' (2023-10-11)

* Update CI dependencies with adjusting to nixpkgs

* WIP 6215512

* flake.lock: Update

Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/6bba64781e4b7c1f91a733583defbd3e46b49408' (2023-10-10)
  → 'github:nix-community/home-manager/d4a5076ea8c2c063c45e0165f9f75f69ef583e20' (2023-10-14)
• Updated input 'nixpkgs':
    'github:kachick/nixpkgs/62155120971c9525899c91356fec5595ba28ac15' (2023-10-15)
  → 'github:kachick/nixpkgs/9b6659d4d67b70143397055a91c78e615816746e' (2023-10-15)

* WIP

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:kachick/nixpkgs/cf3090bc0c249559e729711fc9d9535b03b82cd3' (2023-10-15)
  → 'github:kachick/nixpkgs/4ec28ae0aa730ed2ab3e197227293efe04d4807b' (2023-10-15)

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:kachick/nixpkgs/4ec28ae0aa730ed2ab3e197227293efe04d4807b' (2023-10-15)
  → 'github:kachick/nixpkgs/67aa00343995afe7a0ae0d42dc58ae6d582fb882' (2023-10-15)

* WIP

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:kachick/nixpkgs/c5391aabf8b98a8f5f2282135f9b81c60cf16b99' (2023-10-15)
  → 'github:kachick/nixpkgs/11392c30795932f7739cd23c51900475c8e47392' (2023-10-15)

* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:kachick/nixpkgs/11392c30795932f7739cd23c51900475c8e47392' (2023-10-15)
  → 'github:kachick/nixpkgs/937dbe5542a9cb2664266ec7dacca73253c8fcb5' (2023-10-15)

* Prefer nixos-unstable again since it backported the PR

* `nix run github:kachick/selfup/v0.0.2 -- run --prefix='# selfup ' --skip-by='nix run' .github/workflows/*.yml`

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
  • Loading branch information
3 people committed Oct 18, 2023
1 parent 7468ce5 commit a1f6b02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- uses: actions/checkout@v4
- uses: dprint/check@v2.2
with:
dprint-version: '0.40.2' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" }
dprint-version: '0.41.0' # selfup { "regex": "\\d[^']+", "script": "dprint --version | cut -d ' ' -f 2" }

typos:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.16.17 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
- uses: crate-ci/typos@v1.16.19 # selfup { "regex": "\\d\\.\\d+\\.\\d+", "script": "typos --version | cut -d ' ' -f 2" }
with:
# https://github.com/crate-ci/typos/issues/779#issuecomment-1635761199
files: |
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit a1f6b02

Please sign in to comment.