From a5675c745ef07ddf1d36fa770efd50810f3e596b Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 13 Jul 2023 17:53:50 -0700 Subject: [PATCH] Remove note about Nixpkgs pin --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 69e82fd..79fd865 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ nix flake init --template github:the-nix-way/dev-templates#rust nix flake new --template github:the-nix-way/dev-templates#rust ${NEW_PROJECT_DIRECTORY} ``` -> **Note**: All templates are pinned to the [22.11 release][release] of Nixpkgs. - ## How to use the templates Once your preferred template has been initialized, you can use the provided shell in two ways: