-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update flake.lock and related CI dependencies #337
Conversation
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f99e5f03cc0aa231ab5950a15ed02afec45ed51a' (2023-10-09) → 'github:NixOS/nixpkgs/5e4c2ada4fcd54b99d56d7bd62f384511a7e2593' (2023-10-11)
@@ -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" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)
Flake lock file updates: • Updated input 'nixpkgs': 'github:kachick/nixpkgs/cf3090bc0c249559e729711fc9d9535b03b82cd3' (2023-10-15) → 'github:kachick/nixpkgs/4ec28ae0aa730ed2ab3e197227293efe04d4807b' (2023-10-15)
Flake lock file updates: • Updated input 'nixpkgs': 'github:kachick/nixpkgs/4ec28ae0aa730ed2ab3e197227293efe04d4807b' (2023-10-15) → 'github:kachick/nixpkgs/67aa00343995afe7a0ae0d42dc58ae6d582fb882' (2023-10-15)
Flake lock file updates: • Updated input 'nixpkgs': 'github:kachick/nixpkgs/c5391aabf8b98a8f5f2282135f9b81c60cf16b99' (2023-10-15) → 'github:kachick/nixpkgs/11392c30795932f7739cd23c51900475c8e47392' (2023-10-15)
Flake lock file updates: • Updated input 'nixpkgs': 'github:kachick/nixpkgs/11392c30795932f7739cd23c51900475c8e47392' (2023-10-15) → 'github:kachick/nixpkgs/937dbe5542a9cb2664266ec7dacca73253c8fcb5' (2023-10-15)
flake.nix
Outdated
@@ -5,7 +5,7 @@ | |||
# - https://discourse.nixos.org/t/differences-between-nix-channels/13998 | |||
# How to update the revision | |||
# - `nix flake update --commit-lock-file` # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-update.html | |||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | |||
nixpkgs.url = "github:kachick/nixpkgs/darwin-dprint-0.41"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using forked kachick/nixpkgs#1 fixed the build failure https://github.com/kachick/dotfiles/actions/runs/6523617936/job/17714429877
I sent the PR for upstream as NixOS/nixpkgs#261200
…kip-by='nix run' .github/workflows/*.yml`
This PR has been created by https://github.com/kachick/anylang-template/blob/main/.github/workflows/reusable-update-nixpkgs-and-versions-in-ci.yml
It is an integration action of https://github.com/kachick/selfup