update yazi
This commit is contained in:
parent
403496b8e2
commit
27fc225550
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ with config;
|
|||
# terminal file managers
|
||||
nnn
|
||||
ranger
|
||||
yazi
|
||||
unstable.yazi-unwrapped
|
||||
|
||||
# networking tools
|
||||
iperf3
|
||||
|
|
|
@ -22,7 +22,7 @@ buildGoModule rec {
|
|||
# Configure offline build
|
||||
GOWORK = "off";
|
||||
GOPROXY = "off";
|
||||
GO111MODULE = "on";
|
||||
# GO111MODULE = "on";
|
||||
GOSUMDB = "off";
|
||||
|
||||
# Use vendored dependencies
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue