Skip to content

Commit

Permalink
updated readme from release-21.05 to nixos-unstable (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyJhb authored Oct 17, 2023
1 parent 9341b10 commit 723f0ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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:

Expand Down
12 changes: 6 additions & 6 deletions README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand All @@ -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:

Expand Down

0 comments on commit 723f0ee

Please sign in to comment.