13
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 02 May 2024
13 points (100.0% liked)
Nix / NixOS
1758 readers
43 users here now
Main links
Videos
founded 1 year ago
MODERATORS
You want to look at the registry. Run nix registry list. You'll see that nixpkgs by default points to unstable. You override this in your config. I've done that, where nixpkgs is stable and "unstable" is unstable.
EDIT: heres part of my home manager config that changes this: https://github.com/rutrum/dots/blob/master/users/modules/cli/nix.nix#L15
Yeah mine also shows
global flake:nixpkgs github:NixOS/nixpkgs/nixpkgs-unstable
instead of what I have defined in flake.nix i.e 23.11