···11-
22-
33-
11+
22+
33+
4455wire is a tool to deploy nixos systems. its usage is inspired by colmena however it is not a fork.
66
+1-1
crates/core/src/hive/steps/keys.rs
···355355 None => panic!(
356356 "{arg_name} environment variable not set! \n
357357 wire was not built with the ability to deploy keys to this platform. \n
358358- Please create an issue: https://github.com/mrshmllow/wire/issues/new?template=bug_report.md"
358358+ Please create an issue: https://github.com/forallsys/wire/issues/new?template=bug_report.md"
359359 ),
360360 };
361361
···4545you'd like, really.
46464747```sh
4848-$ npins add github mrshmllow wire --branch stable
4848+$ npins add github forallsys wire --branch stable
4949```
50505151Alternatively, you can use a tag instead:
52525353```sh
5454-$ npins add github mrshmllow wire --at v1.1.0
5454+$ npins add github forallsys wire --at v1.1.0
5555```
56565757Then, use this pinned version of wire for both your `hive.nix` and `shell.nix`: