chore: changed to new convention

This commit is contained in:
Nick 2025-11-24 19:28:33 -06:00
parent 16c70361a6
commit 936e8207d0

View file

@ -1,6 +1,6 @@
{ flake, pkgs, ... }: { flake, pkgs, ... }:
{ {
environment.systemPackages = [ environment.systemPackages = [
flake.inputs.tuios.packages.${pkgs.system}.default flake.inputs.tuios.packages.${pkgs.stdenv.hostPlatform.system}.default
]; ];
} }