This website requires JavaScript.
Explore
Help
Sign In
danderson
/
channel-scripts
Watch
0
Star
0
Fork
You've already forked channel-scripts
0
forked from
the-distro/channel-scripts
Code
Pull requests
Activity
9f746c828f
channel-scripts
/
mirror-nixos-unstable.sh
5 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
* Move stuff around. git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@33593 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
2012-04-04 21:18:57 +00:00
#! /bin/sh -e
* Support multiple NixOS branches. git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@34774 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
2013-10-09 12:04:29 +00:00
releaseDir
=
$(
./mirror-nixos-branch.sh unstable trunk-combined
)
echo
$releaseDir
Copy permalink