No description
Find a file
Charlotte Van Petegem 10d39faff4
Update dependencies
2020-10-15 09:33:26 +02:00
.git-crypt Initial commit 2020-02-10 17:27:13 +01:00
configurations Switch to qutebrowser 2020-10-14 17:40:21 +02:00
machines Flakes, but it doesn't work 😞 2020-07-22 01:03:47 +02:00
modules Use zfs storage driver for docker when using zfs 2020-10-13 15:52:16 +02:00
packages Fix kotlin-ls url 2020-08-27 10:25:07 +02:00
profiles Switch to qutebrowser 2020-10-14 17:40:21 +02:00
shells Add R linter and fixer 2020-09-30 17:50:35 +02:00
.gitattributes Initial commit 2020-02-10 17:27:13 +01:00
.gitignore Add oldtown 2020-02-20 14:29:40 +01:00
build.sh Split build and switch 2020-10-05 20:27:55 +02:00
flake.lock Update dependencies 2020-10-15 09:33:26 +02:00
flake.nix Update dependencies 2020-09-25 20:30:17 +02: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
switch.sh Split build and switch 2020-10-05 20:27:55 +02:00
update.sh Split build and switch 2020-10-05 20:27:55 +02: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.