From 757ebd62d153dc404f82c597984d7271ec2adba0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 23 Oct 2024 17:24:37 +0200 Subject: feat(modules/nix): Switch to `lix` `nix` is currently constantly failing to open some of the sqlite databases, which is just really obnoxious. Although, as I have later found out, this is caused by a `bindfs` fuse mount on `~/.cache`. This process is running against the `1024` open fd soft limit, and thus refusing to open another one for the database. --- pkgs/by-name/fu/fupdate/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/by-name/fu/fupdate/package.nix b/pkgs/by-name/fu/fupdate/package.nix index eef9e7b2..66372add 100644 --- a/pkgs/by-name/fu/fupdate/package.nix +++ b/pkgs/by-name/fu/fupdate/package.nix @@ -1,7 +1,7 @@ { sysLib, dash, - nixVersions, + lix, gnugrep, fd, coreutils, @@ -17,7 +17,7 @@ sysLib.writeShellScript { keepPath = true; dependencies = [ dash - nixVersions.latest + lix gnugrep fd coreutils -- cgit 1.4.1