Skip to content

Commit

Permalink
chore: cleanup; update secrets with mongodb ones
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Aug 16, 2024
1 parent e337469 commit 3ab87e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@
};

outputs =
{ devshell
, flake-parts
{ flake-parts
, nixpkgs
, pre-commit-hooks
, self
Expand All @@ -117,8 +116,12 @@
hooks = {
actionlint.enable = true;
ansible-lint.enable = true;
check-json.enable = true;
check-yaml.enable = true;
commitizen.enable = true;
deadnix.enable = true;
detect-private-keys.enable = true;
flake-checker.enable = true;
nil.enable = true;
nixpkgs-fmt.enable = true;
prettier.enable = true;
Expand Down
1 change: 0 additions & 1 deletion nixos/hosts/chaotic-v4.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ config
, garuda-lib
, sources
, pkgs
, ...
Expand Down
3 changes: 1 addition & 2 deletions nixos/hosts/garuda-build.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ garuda-lib
, pkgs
{ pkgs
, sources
, ...
}:
Expand Down
2 changes: 1 addition & 1 deletion secrets
Submodule secrets updated from 515323 to 9ffa5a

0 comments on commit 3ab87e7

Please sign in to comment.