diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-04 10:23:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-04 10:23:25 +0200 |
commit | dce843e98018baffd6a7d2d157d3362d1395fb0f (patch) | |
tree | 7a804575f080beed64fe4746666583461c5f0dc1 /nvfetcher.toml | |
parent | 7e7656e22ced47bec5ea5bae1da08e3ef48d2e42 (diff) | |
download | nixos-dce843e98018baffd6a7d2d157d3362d1395fb0f.tar nixos-dce843e98018baffd6a7d2d157d3362d1395fb0f.tar.gz nixos-dce843e98018baffd6a7d2d157d3362d1395fb0f.tar.bz2 nixos-dce843e98018baffd6a7d2d157d3362d1395fb0f.tar.xz nixos-dce843e98018baffd6a7d2d157d3362d1395fb0f.zip |
...
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 54a3292d..c109e06a 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -82,4 +82,8 @@ fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags | |||
82 | [bpf-examples] | 82 | [bpf-examples] |
83 | src.git = "https://github.com/xdp-project/bpf-examples" | 83 | src.git = "https://github.com/xdp-project/bpf-examples" |
84 | fetch.github = "xdp-project/bpf-examples" | 84 | fetch.github = "xdp-project/bpf-examples" |
85 | git.fetchSubmodules = true \ No newline at end of file | 85 | git.fetchSubmodules = true |
86 | |||
87 | [mpv-youtube-quality] | ||
88 | src.git = "https://github.com/jgreco/mpv-youtube-quality" | ||
89 | fetch.git = "https://github.com/jgreco/mpv-youtube-quality" | ||