mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #372 from danielfullmer/template-fix
Fix instructions to init a flake using the template
This commit is contained in:
commit
046bddd753
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue