1
1
mirror of https://github.com/nmattia/niv.git synced 2024-10-06 12:27:35 +03:00

updated readme from release-21.05 to nixos-unstable (#378)

This commit is contained in:
eyJhb 2023-10-17 11:27:33 +02:00 committed by GitHub
parent 9341b1027d
commit 723f0eeb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -113,15 +113,15 @@ initialized with nixpkgs:
``` json
{
"nixpkgs": {
"branch": "release-21.05",
"branch": "nixos-unstable",
"description": "Nix Packages collection",
"homepage": "",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5f244caea76105b63d826911b2a1563d33ff1cdc",
"sha256": "1xlgynfw9svy7nvh9nkxsxdzncv9hg99gbvbwv3gmrhmzc3sar75",
"rev": "6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe",
"sha256": "16f329z831bq7l3wn1dfvbkh95l2gcggdwn6rk3cisdmv2aa3189",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5f244caea76105b63d826911b2a1563d33ff1cdc.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
@ -142,7 +142,7 @@ the [frequently asked questions](#Frequently-asked-questions).
The `init` command sets the `nix/sources.json` to the content of the file
[data/nixpkgs.json](data/nixpkgs.json). Currently, you would be tracking the
`release-21.05` branch.
`nixos-unstable` branch.
Run the following command to
update it to the last commit of the configured branch:

View File

@ -113,15 +113,15 @@ initialized with nixpkgs:
``` json
{
"nixpkgs": {
"branch": "release-21.05",
"branch": "nixos-unstable",
"description": "Nix Packages collection",
"homepage": "",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5f244caea76105b63d826911b2a1563d33ff1cdc",
"sha256": "1xlgynfw9svy7nvh9nkxsxdzncv9hg99gbvbwv3gmrhmzc3sar75",
"rev": "6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe",
"sha256": "16f329z831bq7l3wn1dfvbkh95l2gcggdwn6rk3cisdmv2aa3189",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5f244caea76105b63d826911b2a1563d33ff1cdc.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
@ -142,7 +142,7 @@ the [frequently asked questions](#Frequently-asked-questions).
The `init` command sets the `nix/sources.json` to the content of the file
[data/nixpkgs.json](data/nixpkgs.json). Currently, you would be tracking the
`release-21.05` branch.
`nixos-unstable` branch.
Run the following command to
update it to the last commit of the configured branch: