Merge pull request #372 from danielfullmer/template-fix

Fix instructions to init a flake using the template
This commit is contained in:
adisbladis 2021-08-26 20:50:14 -05:00 committed by GitHub
commit 046bddd753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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