Skip to content

Commit

Permalink
update nix
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Sep 2, 2024
1 parent 82bf460 commit 2871311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/notes/package_manager/nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ install package
nix-env -iA <PACKAGE>
```

update all nix package
update nix and all nix package

```shell
sudo nix-channel --update && nix-env -ub
sudo nix-channel --update && nix-env -ibA nixpkgs.nix && nix-env -ub
```

check and fix nix store
Expand Down

0 comments on commit 2871311

Please sign in to comment.