Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-23 | tasks: Update generic envs | Adrian Kummerlaender | |
2021-11-12 | Update jupyterlab environments | Adrian Kummerlaender | |
2021-08-19 | Enable pure instantiation of config via flake | Adrian Kummerlaender | |
i.e. via `nix run .#hostname`. Currently pulling in a pending pull request at jupyterWith for flakeified JupyterLab installations. The entire system consisting of `nixos_system` and `nixos_home` flakes can now be purely instantiated from clones in the user directory. No "/etc/nixos" resp. ".config/nixpkgs" needed. This is nice, probably not going to bother merging both repositories. | |||
2021-08-18 | Move jupyterWith to flake inputs | Adrian Kummerlaender | |
2020-12-08 | Update Jupyter | Adrian Kummerlaender | |
2020-10-22 | Switch from full TeX Live to Tectonic for generic TeX environment | Adrian Kummerlaender | |
2020-10-04 | Add full TeX Live shell for convenience | Adrian Kummerlaender | |
May be GCed, should build as full derivation. | |||
2020-07-03 | Deprecate tasks that do not fit my workflow anymore | Adrian Kummerlaender | |
2020-06-03 | Explicitly depend on env for Jupyter tasks | Adrian Kummerlaender | |
This way the Jupyter environment is built during home instantiation and not only when actually calling the launcher script. This solves various GC and network availability related issues for this task type. | |||
2020-04-23 | Add SciPy to Jupyterlab launcher | Adrian Kummerlaender | |
2020-02-23 | Add basic Emacs+Evil+Orgmode config | Adrian Kummerlaender | |
2020-02-18 | Fix jupyterWith revision | Adrian Kummerlaender | |
2020-01-17 | Implement Jupyter Lab type in Tasker module | Adrian Kummerlaender | |
Allows for convenient creation of shortcuts to Jupyter Lab sessions. As a bonus they are wrapped in Chromium App View instances and automatically terminated when required. | |||
2019-07-06 | Add Python console task type | Adrian Kummerlaender | |
2019-05-22 | Add tasks | Adrian Kummerlaender | |
2019-05-11 | Update Tasker tasks | Adrian Kummerlaender | |
2019-03-02 | Add generic LaTeX shell to Tasker | Adrian Kummerlaender | |
2019-02-24 | Add Tasker types for opening terminal / vim in local nix-shell | Adrian Kummerlaender | |
2019-02-24 | Add nix-shell environment type to tasker | Adrian Kummerlaender | |
Allows for convenient management of non-project-specific shell environments. | |||
2019-02-24 | Define type of task entries | Adrian Kummerlaender | |
2019-02-22 | Declare tasks as attribute option | Adrian Kummerlaender | |
This way it is easy to support e.g. host specific tasks |