Closed Nairou closed 1 year ago
I just checked and you probably updated before the scraper could catch up with the channel bump. The entry is now available (https://github.com/wamserma/flake-programs-sqlite/blob/f89d7d7b0affb1b8cf30462f1313ffe18e18ec23/sources.json#L4538) and things should be working on your side.
Can you confirm?
Looks like that did the trick, thanks!
For some reason, I had to delete my flake.lock
to get it to see the latest version.
Ah, I assumed you updated the whole flake when you said you updated your nixpkgs
. Instead of deleting the lockfile you can do nix flake update
or nix flake lock --update-input flake-programs-sqlite
.
Instead of deleting the lockfile you can do
nix flake update
ornix flake lock --update-input flake-programs-sqlite
.
That is what I originally did, which is why I was confused about the error persisting. I'll have to ask on Discourse to see what understanding I'm missing. But I appreciate your help.
Edit: Wait, that isn't what I tried, my script was only doing --update-input nixpkgs
. Now I see the difference, and understand the command more. Thanks again!
After updating
nixpkgs
today, I now get an error inflake-programs-sqlite
on rebuild:I assume something is now out of date?
I'm new to NixOS, but happy to provide details.