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 # terminal file managers
nnn nnn
ranger ranger
yazi unstable.yazi-unwrapped
# networking tools # networking tools
iperf3 iperf3

View file

@ -22,7 +22,7 @@ buildGoModule rec {
# Configure offline build # Configure offline build
GOWORK = "off"; GOWORK = "off";
GOPROXY = "off"; GOPROXY = "off";
GO111MODULE = "on"; # GO111MODULE = "on";
GOSUMDB = "off"; GOSUMDB = "off";
# Use vendored dependencies # 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 # Create a temporary nix expression to get the vendor hash
tmpFile=$(mktemp) tmpFile=$(mktemp)
cat > "$tmpFile" <<EOF cat > "$tmpFile" <<EOF
{ pkgs ? import <nixpkgs> {} }: { pkgs ? import <nixpkgs> {}, lib ? pkgs.lib }:
pkgs.buildGoModule rec { pkgs.buildGoModule rec {
pname = "talosctl"; pname = "talosctl";