Skip to content
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

flake: add comment to workaround renovate bug #1014

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
{
inputs = {
nixpkgs = {
# Renovate has some false heuristic to detect whether something can be `nix flake update`ed,
# see https://github.com/renovatebot/renovate/issues/29721 and
# https://github.com/renovatebot/renovate/blob/743fed0ec6ca5810e274571c83fa6d4f5213d4e7/lib/modules/manager/nix/extract.ts#L6.
# We must keep the following string in the file for renovate to work: "github:NixOS/nixpkgs/nixpkgs-unstable"
url = "github:NixOS/nixpkgs?ref=nixos-unstable";
};
flake-utils = {
Expand Down