Skip to content

Commit

Permalink
Merge pull request 'chore(packages/schema): remove unused validation'…
Browse files Browse the repository at this point in the history
… (#2444) from hsjobeki/clan-core:hsjobeki-main into main
  • Loading branch information
clan-bot committed Nov 19, 2024
2 parents c0f25bd + ba85a8f commit adff2c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
4 changes: 2 additions & 2 deletions lib/eval-clan-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
};

# This function takes a list of module names and evaluates them
# evalClanModules :: [ module ] -> { config, options, ... }
# [ module ] -> { config, options, ... }
evalClanModulesLegacy =
modules:
let
Expand All @@ -30,7 +30,7 @@ let
};
in
# lib.warn ''
# EvalClanModules doesn't respect role specific interfaces.
# doesn't respect role specific interfaces.

# The following {module}/default.nix file trying to be imported.

Expand Down
1 change: 0 additions & 1 deletion pkgs/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
./clan-app/flake-module.nix
./clan-vm-manager/flake-module.nix
./installer/flake-module.nix
./schemas/flake-module.nix
./webview-ui/flake-module.nix
./distro-packages/flake-module.nix
./icon-update/flake-module.nix
Expand Down
51 changes: 0 additions & 51 deletions pkgs/schemas/flake-module.nix

This file was deleted.

0 comments on commit adff2c8

Please sign in to comment.