This commit is contained in:
mjallen18
2026-01-22 09:06:45 -06:00
parent 7c7c1dc3f4
commit 45f40e45d8
2 changed files with 5 additions and 5 deletions

View File

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