diff --git a/README.adoc b/README.adoc index e4ce4d3..56260b8 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ :toc: left :icons: font -= Patagia Run - Control Plane += Patagia Control Plane [link=https://ci.patagia.dev/repos/5,window=_blank] image::https://ci.patagia.dev/api/badges/5/status.svg[Build Status] diff --git a/flake.lock b/flake.lock index f74e7f3..7b2cdc3 100644 --- a/flake.lock +++ b/flake.lock @@ -66,16 +66,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1731797254, - "narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=", + "lastModified": 1734083684, + "narHash": "sha256-5fNndbndxSx5d+C/D0p/VF32xDiJCJzyOqorOYW4JEo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59", + "rev": "314e12ba369ccdb9b352a4db26ff419f7c49fa84", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8f14c2f..4808d21 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ crane.url = "github:ipetkov/crane"; flake-utils.url = "github:numtide/flake-utils"; nix-filter.url = "github:numtide/nix-filter"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; rust-overlay.url = "github:oxalica/rust-overlay"; treefmt-nix.url = "github:numtide/treefmt-nix"; };