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
[–] chonkyninja@lemmy.world 2 points 2 weeks ago (11 children)

Why aren’t you using a flake?

[–] beeng@discuss.tchncs.de 2 points 2 weeks ago (2 children)

Is there an easy way to swap over?

[–] chonkyninja@lemmy.world 2 points 1 week 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 .

[–] axEl7fB5@lemmy.cafe 2 points 3 days ago

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

load more comments (8 replies)