comparison: .lib/stubs/stow
.lib/stubs/stow
- changeset 1112
- 0ae7864c4ad8
- parent 1107
- c6d7ac40bd3c
- child 1119
- 84cd2286f0bf
equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 set -eu |
2 set -eu |
|
3 |
|
4 nix_ref='nixpkgs#stow' |
3 |
5 |
4 install_it() { |
6 install_it() { |
5 cpanm -n Stow |
7 cpanm -n Stow |
6 asdf reshim perl || : |
8 asdf reshim perl || : |
7 } |
9 } |