diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-01 09:57:29 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-01 09:57:29 -0800 |
commit | 46102bc269a9c3d424e4fb0214a12341bd8918e1 (patch) | |
tree | 4f7c360e82d791b85a3ee069250aa5ea9d675465 /flake.nix | |
parent | remove unused fonts (diff) | |
download | world-46102bc269a9c3d424e4fb0214a12341bd8918e1.tar.gz |
update to 24.11
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index 2cfe728..02a25cd 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,10 @@ description = "personal NixOS configurations"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; home-manager = { - url = "github:nix-community/home-manager/release-24.05"; + url = "github:nix-community/home-manager/release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; |