2023-11-22 00:52:31 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# TODO Surely there's more elegant?
|
2023-11-22 13:38:25 +01:00
|
|
|
|
2023-11-22 00:52:31 +01:00
|
|
|
nix-channel --add https://nixos.org/channels/nixos-23.05 nixpkgs
|
|
|
|
nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager
|
2023-11-22 13:38:25 +01:00
|
|
|
# First commit before 23.05 release date:
|
|
|
|
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/468a7a108108908c7a35d6549f1e1f0236a9448a.tar.gz nixos-hardware
|
|
|
|
nix-channel --update
|