Skip to content

Commit

Permalink
chore(lock): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 13, 2024
1 parent 3e9eee1 commit cbe3ca2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions local/lock/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/hive/collectors/colmenaConfigurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ let
colmenaTopLevelCliSchema =
comb:
l.fix (this: {
__schema = "v0";

__schema = (import (inputs.colmena + /src/nix/hive/eval.nix) { }).__schema;
nodes = l.mapAttrs (_: c: c.bee._evaled) comb;
toplevel = l.mapAttrs (_: v: v.config.system.build.toplevel) this.nodes;
deploymentConfig = l.mapAttrs (_: v: v.config.deployment) this.nodes;
Expand Down
1 change: 0 additions & 1 deletion src/hive/collectors/homeConfigurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ let
asserted = showAssertions evaled;
in
{
# __schema = "v0";
inherit (asserted) options config;
inherit (asserted.config.home) activationPackage;
newsDisplay = evaled.config.news.display;
Expand Down

0 comments on commit cbe3ca2

Please sign in to comment.