commit 1ce9b6c71b66fe3b26b7532cfc60383123642cb3
parent be32134108d4287727f7c7ff5b76b4b9974f1aa7
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 21 May 2020 13:45:25 +0200
tasks.org: update how to handle machines.nix better
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/tasks.org b/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