1
0
Fork 0

move home-manager and nixos channel(s) to nixos-unstable (24.05)

This commit is contained in:
Pratham Patel 2024-01-07 19:27:48 +05:30
parent 47b26d446b
commit 3daf8d659f
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
{
imports = [ ./platform.nix ];
home.stateVersion = "23.11";
home.stateVersion = "24.05";
programs.home-manager.enable = true;
home = {

View File

@ -133,8 +133,8 @@ function nix_setup() {
fi
"${HOME}/.detsys-nix/nix-installer" install linux --no-confirm
/nix/var/nix/profiles/default/bin/nix-channel --add 'https://nixos.org/channels/nixos-23.11' nixos
/nix/var/nix/profiles/default/bin/nix-channel --add 'https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz' home-manager
/nix/var/nix/profiles/default/bin/nix-channel --add 'https://nixos.org/channels/nixos-unstable' nixos
/nix/var/nix/profiles/default/bin/nix-channel --add 'https://github.com/nix-community/home-manager/archive/master.tar.gz' home-manager
/nix/var/nix/profiles/default/bin/nix-channel --update
fi
}