This procedure doesn’t work with flakes as they come with “channels included”.
trillian
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: June 3rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
If you are using flakes you should check your flakes’ inputs (probably the one called
nixpkgs) and then change the URL to match the channel for 23.11. Finally, you should of course rebuild your system.
trillian@feddit.deto
Linux@lemmy.ml•Pop!_OS officially supports Lemmy as Reddit alternativeEnglish
1·3 years agoI think you need to search for the community first on your instance to start the sync. So just paste the link into the search field (the search will probably come up empty), wait for a few seconds and then try to load the community.
If using flakes you could just for instance add another input. You can also set the input URLs to specific states of the nixpkgs repository by eg referencing specific commits. Then, you should be able to just, e.g., pick Firefox from unstable, another package from the current stable channel, and maybe a broken package from a pull request fixing said package.
If you are not using flakes you can also add system wide channels. IIRC you can then import these channels into your configuration.nix and select packages from the corresponding channels. But here the channels/inputs are not part of configuration itself in contrast to when using flakes.