Make readme reflect new flake changes

This commit is contained in:
cidkidnix
2022-01-09 04:12:55 -06:00
parent 2776453dfe
commit 15f62e54ab
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ inputs = {
...
nixpkgs.overlays = [ inputs.polymc.overlay ]; ## Within configuration.nix
nixpkgs.overlays = [ inputs.polymc.overlay.${system} ]; ## Within configuration.nix
```
To import without flakes use channels: