Fix instructions to init a flake using the template

This commit is contained in:
Daniel Fullmer 2021-08-26 16:03:15 -07:00
parent 2f5291f9cd
commit cbf4157014

View file

@ -303,7 +303,7 @@ to use with [nixpkgs](https://nixos.org/nixpkgs/manual). Additionally, the flake
a flake template to quickly start using _poetry2nix_ in a project:
```sh
nix flake --template github:nix-community/poetry2nix
nix flake init --template github:nix-community/poetry2nix
```
## Contributing