diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-01-26 15:07:06 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-01-26 15:07:06 -0600 |
| commit | 38c2e6d4c7bb4d78cf4c2069a7a22dac7ed00352 (patch) | |
| tree | e48a712b675d25a6c36034ecb24de9910b7d2b85 /pkgs/lib/default.nix | |
| parent | c4833e5ca8bbe6be6ab0f7880703d940423da6cc (diff) | |
flake: initial commit
Diffstat (limited to '')
| -rw-r--r-- | pkgs/lib/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/lib/default.nix b/pkgs/lib/default.nix new file mode 100644 index 0000000..e3ab56e --- /dev/null +++ b/pkgs/lib/default.nix @@ -0,0 +1,3 @@ +{callPackage}: { + importAll = callPackage ./importAll.nix {}; +} |
