Skip to content

Commit 4775165

Browse files
authored
Merge pull request #37 from DioKyrie-Git/main
NixOS Update info
2 parents edddd9d + c576631 commit 4775165

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/docs/src/users/getting-started/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ steam-millennium
8080
];
8181
```
8282

83+
::: tip
84+
If on rebuild you get hash related errors, you should run `nix flake update millennium` command in terminal to download newest git commits for millennium.
8385
:::
8486

8587
::: details Other Distributions

apps/docs/src/users/parting-ways/uninstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ nixpkgs.overlays = [ inputs.millennium.overlays.default ];
8181
```nix
8282
programs.steam = {
8383
enable = true;
84-
package = pkgs.steam-millennium; // [!code --]
84+
package = pkgs.steam-millennium; # [!code --]
8585
};
8686
```
8787

@@ -90,7 +90,7 @@ programs.steam = {
9090
```nix
9191
environment.systemPackages = with pkgs; [
9292
# Your other packages...
93-
steam-millennium // [!code --]
93+
steam-millennium # [!code --]
9494
];
9595
```
9696

0 commit comments

Comments
 (0)