refactor(flake): add overlay output
This commit is contained in:
parent
80463148cd
commit
dc9d90eb14
1 changed files with 2 additions and 0 deletions
|
|
@ -5,5 +5,7 @@
|
||||||
lib = import ./default.nix {
|
lib = import ./default.nix {
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
overlay = final: prev: self.lib;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue