diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-07-21 17:41:45 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-08-08 15:48:20 +0200 |
commit | 07acb8985844bf1df34eeab13abc0f6ca279d93f (patch) | |
tree | e71af8e80fdcc3d8e4c67a689f58558ddfeb78cf /nix/sources.json | |
parent | 85b4be2d0d4ea2c70883f026d1a5bde6230f626e (diff) |
fix: depend on sensors
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 6 |
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", |