this post was submitted on 23 May 2025
49 points (100.0% liked)
Nix / NixOS
2245 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
view the rest of the comments
Why aren’t you using a flake?
Is there an easy way to swap over?
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 .
And also updating
inputs.nixpkgs.url
fromgithub:nixos/nixpkgs/nixos-24.11
togithub:nixos/nixpkgs/nixos-25.05
.