summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-01-05 09:31:51 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-01-05 09:31:51 +0100
commitcde896f6fcbe12d6e5fec062c9588809c560cd4f (patch)
tree6f77bae74a50f8ef5a78ff37a948527c20ac95d6 /flake.nix
parent289e89a6169a6d7db12aba28e4516989536ef386 (diff)
Update to 24.11 and disabled hy3 for now
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 503b51d..220f4b8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,9 +2,9 @@
description = "NixOS Flake";
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";
+ home-manager.url = "github:nix-community/home-manager/release-24.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
helix.url = "github:helix-editor/helix/master";