mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: rename resolve -> overlays
This commit is contained in:
parent
64b7ed4991
commit
754882bf0d
2 changed files with 1 additions and 1 deletions
|
|
@ -1,43 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
self,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
neovim-pin = final: _: { neovim-pin = inputs.neovim-pin.legacyPackages.${final.system}; };
|
||||
myPkgs = final: _: { myPkgs = self.packages.${final.system}; };
|
||||
|
||||
# package sets that modules exported by this repo depends on
|
||||
minimal = lib.composeManyExtensions [
|
||||
neovim-pin
|
||||
myPkgs
|
||||
];
|
||||
|
||||
# all overlays
|
||||
overlays = lib.composeManyExtensions [
|
||||
(final: _: {
|
||||
agenix = inputs.agenix.packages.${final.system}.default;
|
||||
audio-lint = inputs.audio-lint.packages.${final.system}.default;
|
||||
prop-solveur = inputs.prop-solveur.packages.${final.system}.default;
|
||||
})
|
||||
|
||||
inputs.nur.overlay
|
||||
|
||||
inputs.wired-notify.overlays.default
|
||||
|
||||
inputs.hoot.overlays.default
|
||||
|
||||
minimal
|
||||
];
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
flake.overlays = {
|
||||
inherit minimal;
|
||||
full = overlays;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue