From 488affbe3af9ae10c4c6cdb876b45d84a3418adf Mon Sep 17 00:00:00 2001 From: Asmir A Date: Tue, 16 Jul 2024 10:34:44 +0200 Subject: [PATCH] flake: update --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index aea087a..1e95dd2 100644 --- a/flake.lock +++ b/flake.lock @@ -2,10 +2,10 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1713895582, - "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", - "path": "/nix/store/m5i890m2g4pnyflpn48d1dpzzmwp5q4p-source", - "rev": "572af610f6151fd41c212f897c71f7056e3fb518", + "lastModified": 1718318537, + "narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=", + "path": "/nix/store/qqwr649pc0qprc9lw2fmdsi1km6p7q2h-source", + "rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420", "type": "path" }, "original": { diff --git a/flake.nix b/flake.nix index 36a4c76..b293572 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ nativeBuildInputs = [zig.hook]; buildInputs = [libevdev pkg-config]; buildPhase = '' - NIX_CFLAGS_COMPILE="-isystem $(pkg-config --variable=includedir libevdev)/libevdev-1.0 $NIX_CFLAGS_COMPILE" + NIX_CFLAGS_COMPILE="-static -isystem $(pkg-config --variable=includedir libevdev)/libevdev-1.0 $NIX_CFLAGS_COMPILE" ''; };