nix-index: init

This commit is contained in:
Charlie Root 2024-09-22 02:02:59 +02:00
commit 43cc623ee3
4 changed files with 2 additions and 15 deletions

View file

@ -1,3 +1,3 @@
_: {
imports = [./direnv.nix];
imports = [./direnv.nix ./nix-index.nix];
}