Use sdrangel from an old commit (it's broken)

This commit is contained in:
Andrea Ciceri 2025-04-24 14:05:29 +02:00
parent 403029e478
commit 79fd28061b
No known key found for this signature in database

View file

@ -1,7 +1,8 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.sdrangel
(builtins.getFlake "github:NixOS/nixpkgs/063dece00c5a77e4a0ea24e5e5a5bd75232806f8")
.legacyPackages.${pkgs.system}.sdrangel
pkgs.kdePackages.qtlocation
];
}