diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-12-22 09:50:16 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-12-22 19:32:34 -0600 |
| commit | 517b878115c4a720b37a9adac89c7b1d593f0497 (patch) | |
| tree | 80124dff12fed22668dbb1e65f4f8b68697e5132 | |
| parent | 46717fca7f173cf82dba294fb3074d2cd6b58cce (diff) | |
flake: update to 25.11
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; 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"; }; |
