fixup! Get atuin from bleeding edge
This commit is contained in:
parent
063ec26f3d
commit
a73ea8306a
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ rec {
|
||||||
inputs.nil.overlays.default
|
inputs.nil.overlays.default
|
||||||
inputs.pamedia.overlays.${system}
|
inputs.pamedia.overlays.${system}
|
||||||
inputs.rust-overlay.overlays.default
|
inputs.rust-overlay.overlays.default
|
||||||
|
inputs.atuin.overlays.default
|
||||||
]
|
]
|
||||||
++ nixpkgs.lib.optional (system == "aarch64-linux") (
|
++ nixpkgs.lib.optional (system == "aarch64-linux") (
|
||||||
_final: super: { makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; }); }
|
_final: super: { makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; }); }
|
||||||
|
|
Loading…
Reference in a new issue