Skip to content

Commit 8deecdc

Browse files
authored
Merge pull request DeterminateSystems#347 from kacperwyczawski/patch-1
Update number of packages in nixpkgs
2 parents b8d41d9 + 4391bb7 commit 8deecdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/concepts/channels.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ related: ["flakes", "pinning"]
77
externalSources: [
88
{
99
title: "Nix channels",
10-
href: "https://wiki.nixos.org/wiki/Nix_channels",
10+
href: "https://nixos.wiki/wiki/Nix_channels",
1111
source: {
1212
title: "The NixOS wiki",
1313
href: "https://wiki.nixos.org"

src/pages/start/5.nix-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ summary: [
99
---
1010

1111
One great thing about Nix is that there are *tons* of [packages] available in the [Nix ecosystem][ecosystem] that you can use in [Nix development environments][env], in your [NixOS][nixos] installations, and more.
12-
While [Nixpkgs] is by far the largest Nix package collection—over 80,000 packages and counting :sunglasses:—any [Nix flake][flakes] can provide package [outputs].
12+
While [Nixpkgs] is by far the largest Nix package collection—over 100,000 packages and counting :sunglasses:—any [Nix flake][flakes] can provide package [outputs].
1313

1414
But navigating all of this plenty can be tricky, so in this guide we'll learn how to search for packages in Nixpkgs using the [`nix search`][nix-search] command and using the web application at [search.nixos.org][search].
1515
Then we'll learn how to explore packages in [other flakes](#nix-flake-show).

0 commit comments

Comments
 (0)