This commit is contained in:
mjallen18
2026-01-22 16:08:24 -06:00
parent 5b96b59e60
commit 5a22ad0f88
6 changed files with 40 additions and 28 deletions

View File

@@ -1,7 +1,11 @@
{ lib, inputs, system ? "aarch64-linux" }:
{
lib,
inputs,
system ? "aarch64-linux",
}:
let
pkgs = inputs.nixpkgs.legacyPackages.${system};
in
in
let
inherit (builtins)
isAttrs