Commit 1ce9b6c71b66

Vincent Demeester <vincent@sbr.pm>
2020-05-21 13:45:25
tasks.org: update how to handle machines.nix better
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent be32134
Changed files (1)
tasks.org
@@ -355,6 +355,11 @@
 
 * TODO Handle machines.nix better (somehow?)
 
+I should not need to have =with import ../assets/machines.nix= each time I need to access
+attributes from it. I need to load it as the other files instead.
+
+This means using types and the options/config system
+
 * TODO Makefile executable from anywhere
 
 aka ~make -C ~/.config/nixpkgs~ should work