chore: update flake inputs

This commit is contained in:
oddlama 2023-08-14 22:26:26 +02:00
parent 03382e15f9
commit d771b7cd82
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 25 additions and 26 deletions

View file

@ -180,7 +180,6 @@
# Nix
alejandra
cachix
colmena
deadnix
nix-tree
statix
@ -188,7 +187,7 @@
];
shellHook = ''
${self.checks.${system}.pre-commit-check.shellHook}
${self.checks.${system}.pre-commit-hooks.shellHook}
'';
};