update lockfile, pin age with overlay

This commit is contained in:
Noah Masur
2023-09-15 08:46:28 -04:00
parent 0008de7434
commit 159a6efe09
3 changed files with 33 additions and 3 deletions

5
overlays/age.nix Normal file
View File

@ -0,0 +1,5 @@
# Pin age because it is failing to build
inputs: _final: prev: {
age = prev.age.overrideAttrs (old: { src = inputs.age; });
}