diff options
Diffstat (limited to 'nix')
-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", |