diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-10 22:36:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-10 22:36:47 +0100 |
commit | 5d45ddbfaa44d29eb6077153248806d73ceabde9 (patch) | |
tree | f6563406cdd540062a0ece5c4c540d0a9cf5572f /nvfetcher.toml | |
parent | c2fbcde4449ffaf798f9ba4f742b942d33a1c1c8 (diff) | |
download | nixos-5d45ddbfaa44d29eb6077153248806d73ceabde9.tar nixos-5d45ddbfaa44d29eb6077153248806d73ceabde9.tar.gz nixos-5d45ddbfaa44d29eb6077153248806d73ceabde9.tar.bz2 nixos-5d45ddbfaa44d29eb6077153248806d73ceabde9.tar.xz nixos-5d45ddbfaa44d29eb6077153248806d73ceabde9.zip |
surtr: bifrost dscp
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 5e075ae4..54a3292d 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -77,4 +77,9 @@ fetch.github = "etesync/etebase-py" | |||
77 | [prometheus-lvm-exporter] | 77 | [prometheus-lvm-exporter] |
78 | src.github = "hansmi/prometheus-lvm-exporter" | 78 | src.github = "hansmi/prometheus-lvm-exporter" |
79 | src.prefix = "v" | 79 | src.prefix = "v" |
80 | fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | 80 | fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" |
81 | |||
82 | [bpf-examples] | ||
83 | src.git = "https://github.com/xdp-project/bpf-examples" | ||
84 | fetch.github = "xdp-project/bpf-examples" | ||
85 | git.fetchSubmodules = true \ No newline at end of file | ||