diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:07:13 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-22 07:07:13 -0700 |
| commit | d54b662653c03df843ddc52010275426c0a04bd8 (patch) | |
| tree | 4349244124f84cfbbafe6d232c182106cbecff57 /flake.nix | |
| parent | flake.lock: Update (diff) | |
| download | infra-d54b662653c03df843ddc52010275426c0a04bd8.tar.gz | |
bump nixos to 24.05
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ description = "personal NixOS configurations"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; home-manager = { - url = "github:nix-community/home-manager/release-23.11"; + url = "github:nix-community/home-manager/release-24.05"; inputs.nixpkgs.follows = "nixpkgs"; }; |
