From 735f118b907005bf7b5f9b0d5f0cccfb3bfa7213 Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Sat, 25 May 2024 10:59:28 -0400 Subject: [PATCH] add todo --- nodes/1_lib/source/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/1_lib/source/default.nix b/nodes/1_lib/source/default.nix index a7880ec..8154242 100644 --- a/nodes/1_lib/source/default.nix +++ b/nodes/1_lib/source/default.nix @@ -64,6 +64,7 @@ let fileset = callLibs ./fileset; sources = callLibs ./sources.nix; + # TODO: these are not the same as system.platform, we should probably try and unify them # back-compat aliases platforms = self.systems.doubles;