Im on nixos live and the error cannot find flake ‘flake:nixpkgs/nixos-26.05’ appeared when i typed the nixos-install command.
My flake.nix file reads as followed:
My home.nix and configuration.nix are on version 26.05
What do i do?
Im on nixos live and the error cannot find flake ‘flake:nixpkgs/nixos-26.05’ appeared when i typed the nixos-install command.
My flake.nix file reads as followed:
My home.nix and configuration.nix are on version 26.05
What do i do?
There’s a typo in the nixpkgs url - you have nixpks/nixos-26.05. ![]()
You’re better off using the channel URL anyway, smaller tarball and avoids github rate limits:
"https://channels.nixos.org/nixos-26.05/nixexprs.tar.xz"
God damn it. Thanks!