1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-06 08:46:07 +02:00

Remove note about Nixpkgs pin

This commit is contained in:
Luc Perkins 2023-07-13 17:53:50 -07:00
parent 816d21bc86
commit a5675c745e
No known key found for this signature in database
GPG Key ID: CED8419FB058467A

View File

@ -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: