summaryrefslogtreecommitdiffstats
path: root/nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-07-21 17:41:45 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-08-08 15:48:20 +0200
commit07acb8985844bf1df34eeab13abc0f6ca279d93f (patch)
treee71af8e80fdcc3d8e4c67a689f58558ddfeb78cf /nix
parent85b4be2d0d4ea2c70883f026d1a5bde6230f626e (diff)
fix: depend on sensors
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json
index 3185bc5..865dcb9 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -11,6 +11,12 @@
"url": "https://github.com/NixOS/nixpkgs/archive/af7e9fb77b8993a7b5f01282c869e503d6cc9e6e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
+ "sensors": {
+ "branch": "main",
+ "repo": "git@code.nomath.org:~/sensors",
+ "rev": "272b3ace747857729171780edae898819d211832",
+ "type": "git"
+ },
"sh": {
"branch": "main",
"repo": "git@code.nomath.org:~/sh",