No description
Find a file
2021-01-07 18:41:42 +01:00
.git-crypt Initial commit 2020-02-10 17:27:13 +01:00
configurations Fix work-aap-we-fr syncing 2021-01-07 14:25:55 +01:00
containers/data-access 🔒 Secret 🔒 2020-12-27 19:10:33 +01:00
machines 🔒 Secret 🔒 2020-12-27 19:10:42 +01:00
modules Don't allow just any unfree software 2021-01-07 18:41:42 +01:00
packages Fix kotlin-ls url 2020-08-27 10:25:07 +02:00
profiles Remove some unused configurations 2021-01-06 16:08:10 +01:00
shells writeScript* -> writeShellScript* 2020-10-16 10:14:34 +02:00
.gitattributes Basic configuration for new servers and start modularizing config 2020-12-01 19:23:28 +01:00
flake.lock Update dependencies 2021-01-07 13:33:28 +01:00
flake.nix Update dependencies 2020-12-24 11:14:42 +01:00
license.md Update license.md 2020-09-27 14:41:25 +02:00
README.md Use nix-direnv instead of lorri 2020-07-07 15:37:15 +02:00
remote.sh Save remote build results in a profile 2020-12-24 15:31:48 +01:00
update.sh Update dependencies 2020-12-24 22:35:40 +01:00

NixOS config

Setting up a new dev environment

  • Create a new *.nix file in the shells directory that describes the environment (this is the hard part).

  • Execute use_nix > .envrc to initialize the .envrc file.

  • Execute ln -s /path/to/correct/file.nix shell.nix.

  • Execute direnv allow to load the .envrc file which in turn loads your environment.