Closed zodman closed 2 weeks ago
I had the incorrect version channel:
$ nix-channel --list
home-manager https://github.com/nix-community/home-manager/archive/master.tar.gz
unstable https://nixos.org/channels/nixpkgs-unstable
$ nix-instantiate --eval -E '(import <nixpkgs> {}).lib.nixpkgsVersion'
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
"24.05pre564573.d44d59d2b5bd"
$ nix-instantiate --eval -E '(import
like newbie I didn't understand the channels should be named nixpkgs for being unstable:
$ nix-channel --remove unstable
$ nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
$ nix-channel --update
$ nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
$ nix-shell '<home-manager>' -A install
now works
Are you following the right branch?
Is there an existing issue for this?
Issue description
I run the install command:
and I get:
Maintainer CC
No response
System information