diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-08-02 14:25:52 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-08-02 17:10:10 -0600 |
| commit | d16bcb693db18b8ab2508cef6400ce1219dac833 (patch) | |
| tree | c031207e7f1784fe1e913d35436c02e63f79f814 /util/default.nix | |
| parent | 951025ec921a83d9ade36252b2fdc6da9f469c03 (diff) | |
pkgs/lib: refactor out of util/
Diffstat (limited to '')
| -rw-r--r-- | util/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/default.nix b/util/default.nix deleted file mode 100644 index 226c69f..0000000 --- a/util/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -lib: { - importAll = import ./importAll.nix lib; -} |
