Add colmena to shell.nix, add lorri envrc

This commit is contained in:
HackerNCoder 2024-09-19 17:49:50 +02:00
parent 21a1a17941
commit c4c9ce3880
2 changed files with 10 additions and 0 deletions

9
.envrc Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
# the shebang is ignored, but nice for editors
if type -P lorri &>/dev/null; then
eval "$(lorri direnv)"
else
echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
use nix
fi

View file

@ -2,5 +2,6 @@
pkgs.mkShell {
packages = with pkgs; [
hcloud
colmena
];
}