Skip to content

Commit

Permalink
fix: update R2 token, remove currently not building yamlfix from devs…
Browse files Browse the repository at this point in the history
…hell
  • Loading branch information
dr460nf1r3 committed Nov 1, 2023
1 parent a1fdfe2 commit 639685c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
nixpkgs-fmt.enable = true;
prettier.enable = true;
statix.enable = true;
yamllint.enable = true;
};
src = ./.;
};
Expand Down Expand Up @@ -172,7 +171,6 @@
{ package = "manix"; }
{ package = "nixos-install-tools"; }
{ package = "pre-commit"; }
{ package = "yamlfix"; }
{
name = "apply";
help = "Applies the infra-nix configuration pushed to the servers";
Expand Down
4 changes: 1 addition & 3 deletions nixos/services/chaotic/chaotic.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ config
, garuda-lib
, lib
, pkgs
, sources
, garuda-lib
, ...
}:
with lib;
Expand Down Expand Up @@ -36,9 +36,7 @@ let
propagatedBuildInputs = with pkgs.python3.pkgs; [
appdirs
colorama
# Pinned python-telegram-bot 13.15
python-telegram-bot
# (callPackage (builtins.fetchurl { url = "https://raw.githubusercontent.com/NixOS/nixpkgs/a0389fe5c691f80bb794a0aa9731d5e4ad6752ac/pkgs/development/python-modules/python-telegram-bot/default.nix"; sha256 = "sha256:1xz49dzydfyv1xksm8apj9v6r2px15339xznkr8zqjgzzhvarjbg"; }) { })
];
};
repodir = "${cfg.repos-dir}/${cfg.db-name}";
Expand Down
2 changes: 1 addition & 1 deletion nixos/services/monitoring/monitoring.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ in {
enable = true;

# https://github.com/nix-community/nixpkgs.lib/commit/1111263e3da005fe29fd72b87283fc17bfba2d81
package = (pkgs.netdata.override { withCloud = true; });
package = pkgs.netdata.override { withCloud = true; };

# Extra Python packages required for Netdata to function
python.extraPackages = ps: [ ps.psycopg2 ];
Expand Down
2 changes: 1 addition & 1 deletion secrets
Submodule secrets updated from 002d1c to 559fe4

0 comments on commit 639685c

Please sign in to comment.