Use sdrangel
from an old commit (it's broken)
This commit is contained in:
parent
403029e478
commit
79fd28061b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.sdrangel
|
||||
(builtins.getFlake "github:NixOS/nixpkgs/063dece00c5a77e4a0ea24e5e5a5bd75232806f8")
|
||||
.legacyPackages.${pkgs.system}.sdrangel
|
||||
pkgs.kdePackages.qtlocation
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue