mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
chore: format repo using treefmt-nix and nixfmt-rfc-style
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{ callPackage, pkgsBuildHost, writeText, writeShellApplication
|
||||
, stdenv, dtc, mtdutils, coreutils }:
|
||||
{
|
||||
callPackage,
|
||||
pkgsBuildHost,
|
||||
writeText,
|
||||
writeShellApplication,
|
||||
stdenv,
|
||||
dtc,
|
||||
mtdutils,
|
||||
coreutils,
|
||||
}:
|
||||
let
|
||||
uboot = callPackage ./uboot.nix { };
|
||||
opensbi = callPackage ./opensbi.nix {
|
||||
@@ -37,7 +45,8 @@ let
|
||||
};
|
||||
};
|
||||
'';
|
||||
in rec {
|
||||
in
|
||||
rec {
|
||||
inherit opensbi uboot;
|
||||
spl = stdenv.mkDerivation {
|
||||
name = "pine64-star64-spl";
|
||||
|
||||
Reference in New Issue
Block a user