This commit is contained in:
outfoxxed 2026-01-04 00:14:53 -08:00
parent 43d469f225
commit 35a5650988
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 35 additions and 76 deletions

View file

@ -7,6 +7,14 @@
mcontrolcenter = final.callPackage ./mcontrolcenter.nix {};
cantata = final.qt6Packages.callPackage ./cantata {};
tws = final.callPackage ./tws.nix {};
libsigrok = prev.libsigrok.overrideAttrs {
src = pkgs.fetchFromGitHub {
owner = "sipeed";
repo = "libsigrok";
rev = "4bd54163630ab48e3d5cd540ea9e8cf9809c6f3d";
hash = "sha256-Rl5w2jABGTKPnRXZJehNMEBNeGe4POHOoRzffIhAMTM=";
};
};
})
];
}