mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-06 11:10:22 +00:00
no more pypi-deps-db or mach-nix
This commit is contained in:
parent
b73045d93c
commit
edd8e99178
10
default.nix
10
default.nix
@ -1,8 +1,7 @@
|
|||||||
let
|
let
|
||||||
# sources.nix contains information about which versions of some of our
|
# sources.nix contains information about which versions of some of our
|
||||||
# dependencies we should use. since we use it to pin nixpkgs and the PyPI
|
# dependencies we should use. since we use it to pin nixpkgs, all the rest
|
||||||
# package database, roughly all the rest of our dependencies are *also*
|
# of our dependencies are *also* pinned - indirectly.
|
||||||
# pinned - indirectly.
|
|
||||||
#
|
#
|
||||||
# sources.nix is managed using a tool called `niv`. as an example, to
|
# sources.nix is managed using a tool called `niv`. as an example, to
|
||||||
# update to the most recent version of nixpkgs from the 21.11 maintenance
|
# update to the most recent version of nixpkgs from the 21.11 maintenance
|
||||||
@ -10,11 +9,6 @@ let
|
|||||||
#
|
#
|
||||||
# niv update nixpkgs-21.11
|
# niv update nixpkgs-21.11
|
||||||
#
|
#
|
||||||
# or, to update the PyPI package database -- which is necessary to make any
|
|
||||||
# newly released packages visible -- you likewise run:
|
|
||||||
#
|
|
||||||
# niv update pypi-deps-db
|
|
||||||
#
|
|
||||||
# niv also supports chosing a specific revision, following a different
|
# niv also supports chosing a specific revision, following a different
|
||||||
# branch, etc. find complete documentation for the tool at
|
# branch, etc. find complete documentation for the tool at
|
||||||
# https://github.com/nmattia/niv
|
# https://github.com/nmattia/niv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user