update yazi

This commit is contained in:
Joseph Hanson 2024-12-27 11:19:08 -06:00
parent 403496b8e2
commit 27fc225550
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ with config;
# terminal file managers
nnn
ranger
yazi
unstable.yazi-unwrapped
# networking tools
iperf3

View file

@ -22,7 +22,7 @@ buildGoModule rec {
# Configure offline build
GOWORK = "off";
GOPROXY = "off";
GO111MODULE = "on";
# GO111MODULE = "on";
GOSUMDB = "off";
# Use vendored dependencies

View file

@ -22,7 +22,7 @@ echo "Updating version in $nixFile from $currentVersion to $latestVersion"
# Create a temporary nix expression to get the vendor hash
tmpFile=$(mktemp)
cat > "$tmpFile" <<EOF
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> {}, lib ? pkgs.lib }:
pkgs.buildGoModule rec {
pname = "talosctl";