diff --git a/flake.lock b/flake.lock index 9111c10..93ac1c7 100644 --- a/flake.lock +++ b/flake.lock @@ -17,16 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1671971468, - "narHash": "sha256-dbToieyk3ym62lpO1ZZSPN+az/sBMmP05VAJcbb5PkM=", + "lastModified": 1701985094, + "narHash": "sha256-SrEEAeDvsdehVrvoq47pGFZ+p/QbUcTovL84S7tn6Sk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "266927206388a73cb3dcfdc9bce73a381e3e1faf", + "rev": "a24421da00be9ebfdade97135db98a1fac5173d4", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-22.11", + "ref": "release-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f226077..2a7ea51 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ "Process Compose is like docker-compose, but for orchestrating a suite of processes, not containers."; # Nixpkgs / NixOS version to use. - inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-22.11"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; inputs.flake-utils.url = "github:numtide/flake-utils"; outputs = { self, nixpkgs, flake-utils }: