mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #483 from vincentbernat/patch-1
README: fix shell example syntax
This commit is contained in:
commit
44d84349df
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ let
|
|||
};
|
||||
};
|
||||
in myAppEnv.env.overrideAttrs (oldAttrs: {
|
||||
buildInputs = [ pkgs.hello ]:
|
||||
buildInputs = [ pkgs.hello ];
|
||||
})
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue