Update to NixOS 25.05

This commit is contained in:
Pim Kunis 2025-05-30 23:46:15 +02:00
parent 017483b17d
commit 1e34d52593
6 changed files with 330 additions and 254 deletions

View file

@ -129,6 +129,7 @@
lshw
sops
nix-tree
fd
];
};
@ -189,6 +190,7 @@
overlays = [
inputs.nur.overlays.default
(_final: _prev: {
containerd = inputs.nixpkgs-oldstable.legacyPackages.x86_64-linux.containerd;
unstable = import inputs.nixpkgs-unstable {
inherit (pkgs) system;
config.allowUnfree = true;