rutrum@programming.dev to Nix / NixOS@programming.devEnglish · 2 months agoNixOS 25.05 released | Blog | Nix & NixOSnixos.orgexternal-linkmessage-square16linkfedilinkarrow-up157arrow-down10cross-posted to: linux@programming.dev
arrow-up157arrow-down1external-linkNixOS 25.05 released | Blog | Nix & NixOSnixos.orgrutrum@programming.dev to Nix / NixOS@programming.devEnglish · 2 months agomessage-square16linkfedilinkcross-posted to: linux@programming.dev
minus-squarechonkyninja@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·2 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·1 month 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
.Yes