Skip to content

Commit

Permalink
flake: add comment to workaround renovate bug
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Nov 19, 2024
1 parent 2bd3cfd commit 4acf457
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 4acf457

Please sign in to comment.