[nixos] Upgrade to 24.05

This commit is contained in:
Tibo De Peuter 2024-06-02 20:49:04 +02:00
parent 386d79432b
commit 0fb52ce59e
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 38 additions and 35 deletions

View file

@ -2,7 +2,7 @@
description = "System configuration of my machines using flakes";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs.url = "nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
devshell = {
@ -11,7 +11,7 @@
};
flake-utils.url = "github:numtide/flake-utils";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
openconnect-sso = {