diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-13 06:20:22 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-13 06:20:22 -0600 |
| commit | 15ab87c862e119f652b99eb112d72efed6267591 (patch) | |
| tree | 096649e4b5e371c1fd20a652e913d84c2cb9fe31 /flake.nix | |
| parent | a591d5475b78a8a3ef8dbfd3035f425466b90f40 (diff) | |
nixos 25.05 update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ description = "NixOS configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nixpkgs-unstable.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"; # The `follows` keyword in inputs is used for inheritance. # Here, `inputs.nixpkgs` of home-manager isn't kept consistent with the `inputs.nixpkgs` of the current flake, # to not avoid problems caused by different versions of nixpkgs dependencies. |
