fix: resolve nix build warnings

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent ce1ce79f83
commit e48a8de02e
9 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ in
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
environment.systemPackages = [
inputs.colmena.packages.${pkgs.system}.colmena
inputs.colmena.packages.${pkgs.stdenv.hostPlatform.system}.colmena
];
services = {