···45Alternatively, you can use a tag instead:
4647```sh
48-$ npins add github mrshmllow wire --at v1.0.0-alpha.1
49```
5051Then, use this pinned version of wire for both your `hive.nix` and `shell.nix`:
···45Alternatively, you can use a tag instead:
4647```sh
48+$ npins add github mrshmllow wire --at v1.0.0-beta.0
49```
5051Then, use this pinned version of wire for both your `hive.nix` and `shell.nix`:
···4 wire.url = "github:mrshmllow/wire/stable";
56 # alternatively, you can use a tag instead:
7- # wire.url = "github:mrshmllow/wire/v1.0.0-alpha.1";
89 systems.url = "github:nix-systems/default";
10 };
···4 wire.url = "github:mrshmllow/wire/stable";
56 # alternatively, you can use a tag instead:
7+ # wire.url = "github:mrshmllow/wire/v1.0.0-beta.0";
89 systems.url = "github:nix-systems/default";
10 };