update nix

This commit is contained in:
2024-12-16 23:32:14 -05:00
parent c1716eac5c
commit 30f1b8b7d5
5 changed files with 48 additions and 65 deletions

View File

@@ -4,11 +4,11 @@
```bash
# Update System Channels
sudo nix-channel --add https://nixos.org/channels/nixpkgs-24.05-darwin nixpkgs
sudo nix-channel --add https://nixos.org/channels/nixpkgs-24.11-darwin nixpkgs
sudo nix-channel --update
# Update Home Manager
nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.05.tar.gz home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz home-manager
nix-channel --update
# Build Home Manager