commit 218a463b53ba62322acc8d452a3949af66bb7baf parent 22e24904c8c867f18b604db87d30c2b285cd6e60 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 6 May 2020 08:47:12 +0200 Add more tasks Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tasks.org | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/tasks.org b/tasks.org @@ -259,3 +259,20 @@ 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. + +* TODO virtualization.buildkit options + +- [ ] with containerd, default is to use runc only + +* TODO pkgs: support stdenv.isLinux, … + +stdenv.lib.optionals stdenv.isLinux + +* TODO =ci.nix= with build.sr.ht + +* TODO self-contained configuration + +- Pin different channels in the configuration (?) +- Run the configuration against multiple channels (?) + +* TODO =private= folder for nix (instead of =assets=)