1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 02:43:24 +03:00

pine64-pinephone: cleanup

This commit is contained in:
Samuel Dionne-Riel 2021-11-25 16:44:08 -05:00
parent ad12d96e0a
commit 7fe487d2a3

View File

@ -11,12 +11,6 @@
}:
let
pw = id: sha256: fetchpatch {
inherit sha256;
name = "${id}.patch";
url = "https://patchwork.ozlabs.org/patch/${id}/raw/";
};
pine64Patch = rev: sha256: fetchpatch {
inherit sha256;
name = "pine64-${rev}.patch";