1
0
Fork 0

fish: use full paths in certain functions

This commit is contained in:
Daniel Kempkens 2023-07-21 00:39:29 +02:00
parent 20441e467b
commit 82cc0d6f86
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 7 additions and 7 deletions

View file

@ -366,11 +366,11 @@
]
},
"locked": {
"lastModified": 1689802112,
"narHash": "sha256-Se7oHV/L0dHTQ4xp8MvYafaVdkSzF04Hx5NeloUYHtM=",
"lastModified": 1689875525,
"narHash": "sha256-fgUrFH3bMZ6R7qgBTfuTRGlkZXIkdyjndl6ZbExbjE8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0cb3ac57fca6b52c42e4c0f560185540ae1dfb6c",
"rev": "1443abd2696ec6bd6fb9701e6c26b277a27b4a3e",
"type": "github"
},
"original": {

View file

@ -129,12 +129,12 @@ in
wget-browser = ''
set user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
wget -U "$user_agent" $argv
${pkgs.wget}/bin/wget -U "$user_agent" $argv
'';
aria-browser = ''
set user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15"
aria2c -U "$user_agent" --file-allocation none --async-dns false -x 2 $argv
${pkgs.aria2}/bin/aria2c -U "$user_agent" --file-allocation none --async-dns false -x 2 $argv
'';
mysqld-direnv-init = ''

View file

@ -587,8 +587,8 @@ in
src = fetchFromGitHub {
owner = "folke";
repo = "noice.nvim";
rev = "c0917d2775b0d77b0297af16936aaf96abb678ac";
sha256 = "1zg08svl7bvw3dl1fj1ags1gvw9m04889yg03mqgaqwh43xaq1p8";
rev = "679740982682018a0805a5c813b19e4c7540f7a9";
sha256 = "1wk475y5pakffriz09kldj1p4kg05ryrkxzcj03c1slj8c7widgr";
fetchSubmodules = false;
};
};