diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-01-05 09:31:51 +0100 |
commit | cde896f6fcbe12d6e5fec062c9588809c560cd4f (patch) | |
tree | 6f77bae74a50f8ef5a78ff37a948527c20ac95d6 /flake.nix | |
parent | 289e89a6169a6d7db12aba28e4516989536ef386 (diff) |
Update to 24.11 and disabled hy3 for now
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |