mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move combinators to top level as a flake module
This commit is contained in:
parent
173e1440c1
commit
952c13b446
5 changed files with 2 additions and 2 deletions
14
nix/flakeModules/combinators/default.nix
Normal file
14
nix/flakeModules/combinators/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ withSystem, flake-parts-lib, ... }:
|
||||
|
||||
let
|
||||
inherit (flake-parts-lib) importApply;
|
||||
flakeModules.combinators = importApply ./it.nix { inherit withSystem; };
|
||||
in
|
||||
|
||||
{
|
||||
imports = [ flakeModules.combinators ];
|
||||
|
||||
flake = {
|
||||
inherit flakeModules;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue