mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-12 06:10:08 +01:00
chore: initial commit
This commit is contained in:
commit
3aeff518bb
20 changed files with 1122 additions and 0 deletions
4
lib/utils/default.nix
Normal file
4
lib/utils/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{l}: {
|
||||
inherit (import ./accumulate.nix {inherit l;}) accumulate unique optionalLoad;
|
||||
inherit (import ./import-signature.nix {inherit l;}) createImportSignature deSystemize;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue