mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
update lockfile, pin age with overlay
This commit is contained in:
5
overlays/age.nix
Normal file
5
overlays/age.nix
Normal file
@ -0,0 +1,5 @@
|
||||
# Pin age because it is failing to build
|
||||
|
||||
inputs: _final: prev: {
|
||||
age = prev.age.overrideAttrs (old: { src = inputs.age; });
|
||||
}
|
Reference in New Issue
Block a user