Skip to content

Commit

Permalink
docs: clarify require input colmena use
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Apr 2, 2023
1 parent 6355b97 commit cef2a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collect.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
colmenaConfigurations = import ./collect-colmena.nix {
cellBlock = "colmenaConfigurations";
inherit nixpkgs;
inputs = requireInput "colmena" "github:zhaofengli/colmena" "collect \"colmenaConfigurations\"";
inputs = requireInput "colmena" "github:zhaofengli/colmena" "`hive.collect \"colmenaConfigurations\"`";
};
homeConfigurations = import ./collect-home.nix {
cellBlock = "homeConfigurations";
Expand Down

0 comments on commit cef2a89

Please sign in to comment.