diff options
| author | Megumin <83077245+meguminloli@users.noreply.github.com> | 2022-01-13 15:43:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-13 15:43:29 +0200 |
| commit | b635a7e693569fc566df1860a4ffd1b225c69de6 (patch) | |
| tree | e289cc7c95b23fbaa153cc19ff9f7956dab6de35 | |
| parent | f84fc783b614e42e54a3329bff2541fea697940e (diff) | |
| download | PrismLauncher-b635a7e693569fc566df1860a4ffd1b225c69de6.tar.gz PrismLauncher-b635a7e693569fc566df1860a4ffd1b225c69de6.tar.bz2 PrismLauncher-b635a7e693569fc566df1860a4ffd1b225c69de6.zip | |
update NIX.md
| -rw-r--r-- | packages/nix/NIX.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nix/NIX.md b/packages/nix/NIX.md index f778dac1..1ceba9a3 100644 --- a/packages/nix/NIX.md +++ b/packages/nix/NIX.md @@ -8,7 +8,7 @@ inputs = { ... -nixpkgs.overlays = [ inputs.polymc.overlay.${system} ]; ## Within configuration.nix +nixpkgs.overlays = [ inputs.polymc.overlay ]; ## Within configuration.nix environment.systemPackages = with pkgs; [ polymc ]; ## ``` @@ -28,4 +28,4 @@ nixpkgs.overlays = [ ]; environment.systemPackages = with pkgs; [ polymc ]; -```
\ No newline at end of file +``` |
