this post was submitted on 23 May 2025
55 points (98.2% liked)

Nix / NixOS

2310 readers
1 users here now

Main links

Videos

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago (1 children)

Is there an easy way to swap over?

[–] [email protected] 2 points 1 month ago (1 children)

Write a flake.nix

Most of whatever you have should be simple to include with one line of code.

Then once you’re using a flake, updates are as simple as “nix flake update” and “nixos-rebuild boot --flake .

[–] [email protected] 3 points 3 weeks ago (1 children)

And also updating inputs.nixpkgs.url from github:nixos/nixpkgs/nixos-24.11 to github:nixos/nixpkgs/nixos-25.05.