From 51a874016ea5c7b7add7f8bf4a1fbf4ba127547a Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Wed, 13 Apr 2022 12:32:31 +0000
Subject: [PATCH] Update nixpkg filenames in docs

---
 docs/dev/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/README.rst b/docs/dev/README.rst
index 29300baa..36af5307 100644
--- a/docs/dev/README.rst
+++ b/docs/dev/README.rst
@@ -51,7 +51,7 @@ To update the version of NixOS we deploy with, run:
 
    nix-shell --run 'update-nixpkgs'
 
-That will update ``nixpkgs-2015.json`` to the latest release on the nixos-21.05 channel.
+That will update ``nixpkgs.json`` to the latest release on the nixos release channel.
 
 To update the channel, the script will need to be updated,
 along with the filenames that have the channel in them.
-- 
GitLab