Enable .envrc

This commit is contained in:
Malte Tammena 2022-09-11 11:38:25 +02:00
parent 99046b0ec6
commit 5dcc9a587a
3 changed files with 3 additions and 0 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use flake .#

1
.gitignore vendored
View file

@ -1 +1,2 @@
/result
.direnv

View file

@ -287,6 +287,7 @@
outputsBuilder = channels: {
devShell = channels.nixpkgs.mkShell {
name = "system config devshell";
packages = let
personalCache = pkgs.writeShellApplication {
name = "personal-cache";