rutrum@programming.dev to Nix / NixOS@programming.devEnglish · 6 months agoNixOS 25.05 released | Blog | Nix & NixOSnixos.orgexternal-linkmessage-square16fedilinkarrow-up158arrow-down10
arrow-up158arrow-down1external-linkNixOS 25.05 released | Blog | Nix & NixOSnixos.orgrutrum@programming.dev to Nix / NixOS@programming.devEnglish · 6 months agomessage-square16fedilink
minus-squarechonkyninja@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·6 months 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-up3·5 months 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.urlfromgithub:nixos/nixpkgs/nixos-24.11togithub:nixos/nixpkgs/nixos-25.05.Yes