From 5f616975dc663ed087c28911f363ff00f9e1e0ef Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:40:54 +0100 Subject: [PATCH] update --- flake.lock | 24 ++++++++++++------------ shells/c-env.nix | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 4ce0123..0d8f017 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1740347597, - "narHash": "sha256-st5q9egkPGz8TUcVVlIQX7y6G3AzHob+6M963bwVq74=", + "lastModified": 1740845322, + "narHash": "sha256-AXEgFj3C0YJhu9k1OhbRhiA6FnDr81dQZ65U3DhaWpw=", "owner": "nix-community", "repo": "home-manager", - "rev": "12e26a74e5eb1a31e13daaa08858689e25ebd449", + "rev": "fcac3d6d88302a5e64f6cb8014ac785e08874c8d", "type": "github" }, "original": { @@ -64,11 +64,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1740367490, - "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", + "lastModified": 1740695751, + "narHash": "sha256-D+R+kFxy1KsheiIzkkx/6L63wEHBYX21OIwlFV8JvDs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", + "rev": "6313551cd05425cd5b3e63fe47dbc324eabb15e4", "type": "github" }, "original": { @@ -96,11 +96,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1740367490, - "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", + "lastModified": 1740695751, + "narHash": "sha256-D+R+kFxy1KsheiIzkkx/6L63wEHBYX21OIwlFV8JvDs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", + "rev": "6313551cd05425cd5b3e63fe47dbc324eabb15e4", "type": "github" }, "original": { @@ -117,11 +117,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1740420172, - "narHash": "sha256-zT9NLRqoadbcBmW2r+wNWuSD4nr8jZbLoKRr5g06tSc=", + "lastModified": 1740920439, + "narHash": "sha256-ckrCuBgQ12B0Vx/wuW4DXV1R2JvSRHzKQYR93FOQOQs=", "owner": "nix-community", "repo": "NUR", - "rev": "f44d2a80e73615d5dfec70e25d1a00120c1a1c04", + "rev": "e79eda30591e5f9fb16aca4dd3669851c1ef8bc1", "type": "github" }, "original": { diff --git a/shells/c-env.nix b/shells/c-env.nix index ea57cb0..22bdc0f 100644 --- a/shells/c-env.nix +++ b/shells/c-env.nix @@ -1,4 +1,4 @@ { pkgs }: pkgs.mkShell { - buildInputs = with pkgs; [ openssl zlib ]; + buildInputs = with pkgs; [ openssl zlib libpq ]; nativeBuildInputs = with pkgs; [ pkg-config cmake ]; }