diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-01 10:03:13 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-01 10:03:30 -0700 |
| commit | d6252f17c91efba6ef1b73ecfeeab78ccf091321 (patch) | |
| tree | c2becee47f5b3b031c77d6d505e62a273495f467 /flake.nix | |
| parent | add some docs about backups (diff) | |
| download | infra-d6252f17c91efba6ef1b73ecfeeab78ccf091321.tar.gz | |
switch to 25.05
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,17 +2,17 @@ description = "personal NixOS configurations"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nixpkgsUnstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; darwin = { - url = "github:lnl7/nix-darwin/nix-darwin-24.11"; + url = "github:lnl7/nix-darwin/nix-darwin-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; |
