mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-13 06:40:06 +01:00
chore: initial commit
This commit is contained in:
commit
3aeff518bb
20 changed files with 1122 additions and 0 deletions
5
lib/compat/default.nix
Normal file
5
lib/compat/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{l}: rec {
|
||||
filter = import ./filter.nix {inherit l;};
|
||||
select = import ./select.nix {inherit filter;};
|
||||
get = import ./get.nix {inherit select;};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue