OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
791 stars 288 forks source link

CI: regularly update nix lock file #3933

Closed imincik closed 49 minutes ago

imincik commented 5 days ago

Add CI job to regularly update flake.lock file. This will keep GRASS package and development environment dependencies up-to-date.

I think, this is the last piece of Nix puzzle :).

echoix commented 5 days ago

Also, do you have experience with https://docs.renovatebot.com/modules/manager/nix/?

We enabled precommit, that is also opt-in.

imincik commented 5 days ago

Also, do you have experience with https://docs.renovatebot.com/modules/manager/nix/?

We enabled precommit, that is also opt-in.

No, I just heard that renovate will support Nix as well. Great that it is available now. I checked the list of remaining bugs and none of them are blockers. We can use renovate instead of current PR implementation.

echoix commented 22 hours ago

So you want to change this PR or have a new one for it?

imincik commented 49 minutes ago

Sorry for being slow to respond, I am at FOSS4G now. Let's create a new PR for renovate implementation.