refactor: move nix index out of dev config

This commit is contained in:
oddlama 2023-09-18 01:21:32 +02:00
parent 94270f34e8
commit 1cfd65cde6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 2 deletions

View file

@ -12,6 +12,4 @@
cloc
];
};
programs.nix-index.enable = true;
}