From 98b5114389c6d0fc35fcddf4df0723de51e5622c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 22:19:00 +0100 Subject: fix(treewide): Comply with the shell library's new argument names --- sys/svcs/nix/default.nix | 2 +- sys/svcs/xdg/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/svcs') diff --git a/sys/svcs/nix/default.nix b/sys/svcs/nix/default.nix index 7e5c8388..21524812 100644 --- a/sys/svcs/nix/default.nix +++ b/sys/svcs/nix/default.nix @@ -45,7 +45,7 @@ in { pure-eval = true; # restrict file system and network access to hash sandbox-fallback = false; # Don't disable the sandbox, if the kernel doesn't support - # it + # it }; }; } diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix index f8e8f60f..513e7a65 100644 --- a/sys/svcs/xdg/default.nix +++ b/sys/svcs/xdg/default.nix @@ -16,7 +16,7 @@ cmd = "${sysLib.writeShellScript { src = ./scripts/lf_wrapper; name = "lf_wrapper"; - keep_path = true; + keepPath = true; dependencies = with pkgs; [ lf alacritty -- cgit 1.4.1