remove unused package

This commit is contained in:
Daniel Barlow 2024-07-22 22:27:59 +01:00
parent c3b796ef79
commit b8aa0ae9b1

View File

@ -1,17 +1,6 @@
{ lib, config, pkgs, ... }:
let
rpmsgexport = pkgs.stdenv.mkDerivation {
name = "rpmsgexport";
src = pkgs.fetchFromGitHub {
repo = "rpmsgexport";
owner = "andersson";
rev = "324d88d668f36c6a5e6a9c2003a050b8a5a3cd60";
hash = "sha256-k38gj+vtEE6/s+vALzW1jiuE3HdQqaGiICdAWndu6aU=";
};
makeFlags = ["prefix=${placeholder "out"}"];
};
saturn = pkgs.callPackage ./pkgs/saturn {};
drm-framebuffer = pkgs.stdenv.mkDerivation {