mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: update flake inputs (grafana patch now upstreamed)
This commit is contained in:
parent
55b51ea631
commit
4421cc4a3f
2 changed files with 9 additions and 15 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue