Commit 1ce9b6c71b66
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