Reorganize imports
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -101,10 +101,10 @@
|
||||
in
|
||||
{
|
||||
devShells = {
|
||||
bun = import ./hosts/common/system/shells/bun { inherit pkgs; };
|
||||
nix = import ./hosts/common/system/shells/nix { inherit pkgs; };
|
||||
nodejs = import ./hosts/common/system/shells/nodejs { inherit pkgs; };
|
||||
python = import ./hosts/common/system/shells/python { inherit pkgs; };
|
||||
bun = import ./hosts/common/shells/bun { inherit pkgs; };
|
||||
nix = import ./hosts/common/shells/nix { inherit pkgs; };
|
||||
nodejs = import ./hosts/common/shells/nodejs { inherit pkgs; };
|
||||
python = import ./hosts/common/shells/python { inherit pkgs; };
|
||||
};
|
||||
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
|
Reference in New Issue
Block a user