aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
AgeCommit message (Collapse)Author
2023-12-08Update to 23.11Adrian Kummerlaender
2023-11-08UpdateAdrian Kummerlaender
2023-08-31Switch to a more stable emacs setup, rollback mu4e updateAdrian Kummerlaender
2023-08-28UpdateAdrian Kummerlaender
2023-06-05UpdateAdrian Kummerlaender
2023-04-06UpdateAdrian Kummerlaender
2023-03-03UpdateAdrian Kummerlaender
2022-12-03Update to 22.11Adrian Kummerlaender
2022-10-08Adapt to update changesAdrian Kummerlaender
2022-10-08UpdateAdrian Kummerlaender
2022-09-10UpdateAdrian Kummerlaender
2022-07-15Update to 22.05Adrian Kummerlaender
2022-05-20UpdateAdrian Kummerlaender
2022-04-21UpdateAdrian Kummerlaender
2022-02-07UpdateAdrian Kummerlaender
2022-01-23UpdateAdrian Kummerlaender
2022-01-05UpdateAdrian Kummerlaender
2021-12-30Update channels, port rofi themeAdrian Kummerlaender
2021-12-06UpdateAdrian Kummerlaender
2021-11-06Revert emacs update due to weird performance issueAdrian Kummerlaender
2021-11-06UpdateAdrian Kummerlaender
2021-10-17UpdateAdrian Kummerlaender
2021-10-08UpdateAdrian Kummerlaender
2021-09-20UpdateAdrian Kummerlaender
2021-09-14Update channelsAdrian Kummerlaender
2021-09-01Update emacsAdrian Kummerlaender
2021-08-19Enable pure instantiation of config via flakeAdrian 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-18Move jupyterWith to flake inputsAdrian Kummerlaender
2021-08-18Flakeify home configAdrian Kummerlaender
Use nix flakes instead of niv for pinning dependency channels. First step towards merging my "nixos-system" and "nixos-home" configs into a single trivially reproducible flake setup. Apply home config via: > nix build .#homeManagerConfigurations.common.activationPackage --impure > ./result/activate