chore(modules): move core modules to ./modules/core

This commit is contained in:
DavHau 2023-07-29 11:58:57 +02:00
parent fee831dd8f
commit ef388ef84c
28 changed files with 11 additions and 12 deletions

View File

@ -21,6 +21,7 @@ in {
IOKit
lm_sensors
ncurses
stdenv
systemd
;
};

View File

@ -31,6 +31,7 @@
'';
in {
imports = [
../core
../package-func/implementation.nix
];

View File

@ -19,7 +19,6 @@
};
in {
imports = [
../public
../package-func/interface.nix
];

View File

@ -1,12 +1,12 @@
{
imports = [
../docs
../deps
../env
../eval-cache
../flags
../lock
../public
../ui
./docs
./deps
./env
./eval-cache
./flags
./lock
./public
./ui
];
}

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -41,6 +41,7 @@
});
in {
imports = [
../core
../package-func/implementation.nix
];

View File

@ -222,7 +222,6 @@
};
in {
imports = [
../public/interface.nix
../package-func/interface.nix
];

View File

@ -29,7 +29,6 @@ in {
imports = [
./interface.nix
../nodejs-package-lock
../lock
];
config = {
deps = {nixpkgs, ...}:

View File

@ -97,7 +97,6 @@ in {
imports = [
commonModule
./interface.nix
../lock
];
config = {