Skip to content

Commit

Permalink
fix: colmena collector
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Feb 26, 2023
1 parent 8a33a60 commit 107fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collect-colmena.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in
evalSelectedDrvPaths = names: l.mapAttrs (_: v: v.drvPath) (this.evalSelected names);
metaConfig = {
name = "divnix/hive";
inherit (import ./flake.nix) description;
inherit (import (inputs.self + /flake.nix)) description;
machinesFile = null;
allowApplyAll = false;
};
Expand Down

0 comments on commit 107fdd4

Please sign in to comment.