You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- #!/usr/bin/env bash
- #!nix-shell -i bash -p stow
- set -e
- $(nix-build '<nixpkgs>' -A stow --no-out-link)/bin/stow -d `dirname $0` -t ~ nix x gpg mutt stow rofi
- nix build -f. $(hostname -s)
|