this post was submitted on 23 May 2025
56 points (100.0% liked)

Nix / NixOS

2254 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 (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 3 points 4 days ago (1 children)

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