feat: update nixd config

This commit is contained in:
Moritz Böhme 2024-06-17 10:01:08 +02:00
parent a5a784b2d5
commit e45b2241fa
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 22 additions and 10 deletions

View file

@ -67,6 +67,7 @@
outputs = inputs@{ self, flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
debug = true; # NOTE: for nixd
imports = [
inputs.pre-commit-hooks.flakeModule
inputs.devshell.flakeModule