diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-11-30 12:54:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-12-03 17:32:26 -0600 |
| commit | 854f5ee287eb66db5a0713e2f4fac56794e3d735 (patch) | |
| tree | 93864fc9cfbf1c3a60ad3c4cffe3d62db5fdfb7d /flake.nix | |
| parent | a47ac17c249574e68c4a9f93f558ea61f987804f (diff) | |
flake: update to 24.11
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; unstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-24.05"; + url = "github:nix-community/home-manager/release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; |
