about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-01 09:57:29 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-01 09:57:29 -0800
commit46102bc269a9c3d424e4fb0214a12341bd8918e1 (patch)
tree4f7c360e82d791b85a3ee069250aa5ea9d675465 /flake.nix
parentremove unused fonts (diff)
downloadworld-46102bc269a9c3d424e4fb0214a12341bd8918e1.tar.gz
update to 24.11
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
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";
     };