mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
a few more words about the nixpkgs inputs
This commit is contained in:
parent
10941a02f8
commit
d61029c8bb
10
flake.nix
10
flake.nix
@ -2,10 +2,16 @@
|
|||||||
description = "Tahoe-LAFS, free and open decentralized data store";
|
description = "Tahoe-LAFS, free and open decentralized data store";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Two alternate nixpkgs pins. Ideally these could be selected easily from
|
# A couple possible nixpkgs pins. Ideally these could be selected easily
|
||||||
# the command line but there seems to be no syntax/support for that.
|
# from the command line but there seems to be no syntax/support for that.
|
||||||
# However, these at least cause certain revisions to be pinned in our lock
|
# However, these at least cause certain revisions to be pinned in our lock
|
||||||
# file where you *can* dig them out - and the CI configuration does.
|
# file where you *can* dig them out - and the CI configuration does.
|
||||||
|
#
|
||||||
|
# These are really just examples for the time being since neither of these
|
||||||
|
# releases contains a package set that is completely compatible with our
|
||||||
|
# requirements. We could decide in the future that supporting multiple
|
||||||
|
# releases of NixOS at a time is worthwhile and then pins like these will
|
||||||
|
# help us test each of those releases.
|
||||||
"nixpkgs-22_11" = {
|
"nixpkgs-22_11" = {
|
||||||
url = github:NixOS/nixpkgs?ref=nixos-22.11;
|
url = github:NixOS/nixpkgs?ref=nixos-22.11;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user