Commit 323b30ba2891

Vincent Demeester <vincent@sbr.pm>
2020-05-06 07:52:00
tasks.org: add bootstrap/install nix
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent db2e895
Changed files (1)
tasks.org
@@ -252,3 +252,10 @@
 
 - [ ] =default.nix= to import others
 - [ ] =pkgs= and overlay smooth integration (aka no prefix =my=)
+
+* TODO bootstrap.nix (and install.nix)
+
+Reduce the sh script to the minimum and use =nix-shell= with a =.nix= file as much as
+possible.
+To run the install script from a NixOS livecd, =nix-shell= can be used, same in bootstrap
+as soon as we have installed nix.