Skip to content
Snippets Groups Projects
Commit 23d9cff1 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

stick with tahoe-lafs as the niv source name

We only have one version of tahoe-lafs here right now anyway, so the
identifier isn't ambiguous without a version number, and there are probably
more changes required to really support more than one version at a time.
parent 72a05ce8
No related branches found
No related tags found
1 merge request!275Depend on/Compatibility with Tahoe-LAFS 1.17.0
......@@ -227,7 +227,7 @@ workflows:
matrix:
parameters:
tahoe-lafs-source:
- "tahoe-lafs-1.17.0"
- "tahoe-lafs"
- "macos-tests":
matrix:
......
......@@ -4,7 +4,7 @@ in
{ pkgs ? import sources.release2105 {}
, pypiData ? sources.pypi-deps-db
, mach-nix ? import sources.mach-nix { inherit pkgs pypiData; }
, tahoe-lafs-source ? "tahoe-lafs-1.17.0"
, tahoe-lafs-source ? "tahoe-lafs"
, tahoe-lafs-repo ? sources.${tahoe-lafs-source}
}:
let
......
......@@ -41,7 +41,7 @@
"url": "https://releases.nixos.org/nixos/21.05/nixos-21.05.3740.ce7a1190a0f/nixexprs.tar.xz",
"url_template": "https://releases.nixos.org/nixos/21.05/nixos-21.05.3740.ce7a1190a0f/nixexprs.tar.xz"
},
"tahoe-lafs-1.17.0": {
"tahoe-lafs": {
"branch": "master",
"description": "The Tahoe-LAFS decentralized secure filesystem.",
"homepage": "https://tahoe-lafs.org/",
......
......@@ -2,7 +2,7 @@ let
sources = import nix/sources.nix;
in
{ pkgs ? import sources.release2105 {}
, tahoe-lafs-source ? "tahoe-lafs-1.17.0"
, tahoe-lafs-source ? "tahoe-lafs"
}:
let
tests = pkgs.callPackage ./tests.nix {
......
......@@ -4,7 +4,7 @@ in
{ pkgs ? import sources.release2105 {}
, pypiData ? sources.pypi-deps-db
, mach-nix ? import sources.mach-nix { inherit pkgs pypiData; }
, tahoe-lafs-source ? "tahoe-lafs-1.17.0"
, tahoe-lafs-source ? "tahoe-lafs"
, tahoe-lafs-repo ? sources.${tahoe-lafs-source}
, privatestorage ? import ./. {
inherit pkgs pypiData mach-nix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment