mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
mirrors: sf: alias for sourceforge
svn path=/nixpkgs/trunk/; revision=9356
This commit is contained in:
parent
fff189ae08
commit
53bd841c1b
@ -1,4 +1,4 @@
|
||||
{
|
||||
rec {
|
||||
# Content-addressable Nix mirrors.
|
||||
hashedMirrors = [
|
||||
http://nix.cs.uu.nl/dist/tarballs
|
||||
@ -19,6 +19,8 @@
|
||||
http://kent.dl.sourceforge.net/sourceforge/
|
||||
];
|
||||
|
||||
sf = sourceforge;
|
||||
|
||||
# GNU.
|
||||
gnu = [
|
||||
ftp://ftp.nluug.nl/pub/gnu/
|
||||
|
Loading…
Reference in New Issue
Block a user