update nix channel

This commit is contained in:
2024-06-11 14:59:12 -04:00
parent a9aac95603
commit 901ef63087
3 changed files with 188 additions and 155 deletions

View File

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