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