summaryrefslogtreecommitdiffstats
path: root/2configs/home/ham/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-06-10 21:37:49 +0200
committermakefu <github@syntax-fehler.de>2022-06-10 21:39:00 +0200
commitcf8489f059affe06d47c512708465592ef441e38 (patch)
tree35b8e016fa5176e9b57e64c9bba2e4525ac61057 /2configs/home/ham/default.nix
parent7f9bf9627acfa26600a19fc542becd69070e0820 (diff)
ma: fix 22.05 evaluation errors
Diffstat (limited to '2configs/home/ham/default.nix')
-rw-r--r--2configs/home/ham/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/home/ham/default.nix b/2configs/home/ham/default.nix
index 31e7ba419..f63ba3434 100644
--- a/2configs/home/ham/default.nix
+++ b/2configs/home/ham/default.nix
@@ -59,7 +59,7 @@ in {
})).override {
extraPackages = p: [
(p.callPackage ./deps/dwdwfsapi.nix {})
- (p.callPackage ./signal-rest/pkg.nix {})
+ # (p.callPackage ./signal-rest/pkg.nix {})
(p.callPackage ./deps/pykodi.nix {})
];
};