mirror of
https://github.com/nmasur/dotfiles
synced 2026-05-17 16:16:26 +00:00
fix nodePackages references in prometheus-actual-exporter
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Fix: Volnoti error: 'volnoti' has been removed due to lack of maintenance upstream.
|
||||
|
||||
{ pkgs, lib, ... }:
|
||||
if !pkgs.stdenv.isLinux then
|
||||
null
|
||||
else
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pname = "volnoti";
|
||||
version = "2013-09-23";
|
||||
|
||||
Reference in New Issue
Block a user