mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
6 lines
129 B
Nix
6 lines
129 B
Nix
# Pin age because it is failing to build
|
|
|
|
inputs: _final: prev: {
|
|
age = prev.age.overrideAttrs (old: { src = inputs.age; });
|
|
}
|