commit 323b30ba28917b81505223620c22b131ac02ca0f parent db2e895dc535524bc7a92d195893cc66d19e8692 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 6 May 2020 07:52:00 +0200 tasks.org: add bootstrap/install nix Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tasks.org | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/tasks.org b/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.