forked from DGNum/colmena
7 lines
135 B
Nix
7 lines
135 B
Nix
let
|
|
flake = (import ../flake-compat.nix).defaultNix;
|
|
in import flake.inputs.stable.outPath {
|
|
overlays = [
|
|
flake.overlay
|
|
];
|
|
}
|