1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: update flake inputs (grafana patch now upstreamed)

This commit is contained in:
oddlama 2023-08-28 12:48:38 +02:00
parent 55b51ea631
commit 4421cc4a3f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 9 additions and 15 deletions

View file

@ -2,12 +2,6 @@
(import ./caddy.nix)
(import ./oauth2-proxy)
(self: super: {
grafana = super.grafana.overrideAttrs (finalAttrs: previousAttrs: {
srcStatic = super.fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${previousAttrs.version}.linux-amd64.tar.gz";
hash = "sha256-QFRahjDyL7BNikK2cCsFLfu4/odDbkCxplf6f7yCezE=";
};
});
kanidm-secret-manipulator = super.callPackage ./kanidm-secret-manipulator.nix {};
kanidm = super.kanidm.overrideAttrs (finalAttrs: previousAttrs: {
patches = [