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