Hi, Nix user here.
Due to the way flakes work, there is no real easy way to override the flake.lock file provided by a repo like this. This means that when I update this repo, the packages that are installed are being grabbed from 4 months ago. In the short term, this is annoying, as I am wasting storage on packages that don't need to be installed twice for the purpose of the app, and in the long term, if there are any breaking changes in the dependancies, this will prevent the nix derivation from building.
I wish to request, for convenience, that the flake be updated on a semi regular basis. Every few weeks is fine for the average user, as this repo is not on nixpkgs unstable. I believe you can make a github action to do this every week or so, just so it is consistent.
Love the project, keep up the good work!
Hi, Nix user here.
Due to the way flakes work, there is no real easy way to override the flake.lock file provided by a repo like this. This means that when I update this repo, the packages that are installed are being grabbed from 4 months ago. In the short term, this is annoying, as I am wasting storage on packages that don't need to be installed twice for the purpose of the app, and in the long term, if there are any breaking changes in the dependancies, this will prevent the nix derivation from building.
I wish to request, for convenience, that the flake be updated on a semi regular basis. Every few weeks is fine for the average user, as this repo is not on nixpkgs unstable. I believe you can make a github action to do this every week or so, just so it is consistent.
Love the project, keep up the good work!