diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-30 14:51:58 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-30 14:51:58 +0200 |
| commit | df79d8fd48fcaa92dcfec6dde15a7a61bc3f6b3f (patch) | |
| tree | af84ae1c920e8f06eaa2c2ff2f772ccb3d56e148 /flake.nix | |
| parent | 2be5276c7e365593478f2de261c6b8acf6637cde (diff) | |
| download | nixos-df79d8fd48fcaa92dcfec6dde15a7a61bc3f6b3f.tar.zst | |
Update to nixos 25.11
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ { description = "Petri's system"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-25.05"; + url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; agenix = { |
