rutrum@programming.dev to Nix / NixOS@programming.devEnglish · 14 days agoNixOS 25.05 released | Blog | Nix & NixOSnixos.orgexternal-linkmessage-square15fedilinkarrow-up155arrow-down10cross-posted to: linux@programming.dev
arrow-up155arrow-down1external-linkNixOS 25.05 released | Blog | Nix & NixOSnixos.orgrutrum@programming.dev to Nix / NixOS@programming.devEnglish · 14 days agomessage-square15fedilinkcross-posted to: linux@programming.dev
minus-squarechonkyninja@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·12 days agoWrite 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 .
minus-squareaxEl7fB5@lemmy.cafelinkfedilinkEnglisharrow-up2·2 days agoAnd also updating inputs.nixpkgs.url from github:nixos/nixpkgs/nixos-24.11 to github:nixos/nixpkgs/nixos-25.05.
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
.