Update nixpkgs before merging

This commit is contained in:
Natsu Kagami 2022-07-17 17:10:28 -04:00 committed by Natsu Kagami
parent 40b4ce258a
commit d201cca695
2 changed files with 7 additions and 22 deletions

View file

@ -250,11 +250,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1657800465, "lastModified": 1658064288,
"narHash": "sha256-KfptECgyFFKouyYtmBjqOCh9N8pUt/noSW93ov0Xnv0=", "narHash": "sha256-fS2kn+YwPhT3U5v8GEnGMza3wmjKGai+ZNDJyI5hkas=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4bc1c1bd2f5b1101443fe775bb737a812fc8b925", "rev": "0080a93cdf255b27e466116250b14b2bcd7b843b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -297,11 +297,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1657693803, "lastModified": 1657815135,
"narHash": "sha256-G++2CJ9u0E7NNTAi9n5G8TdDmGJXcIjkJ3NF8cetQB8=", "narHash": "sha256-+5Jby1ayRjtSgsM5IpRNeUgdcIutCKQWR6sypRtd1RE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "365e1b3a859281cf11b94f87231adeabbdd878a2", "rev": "c06d5fa9c605d143b15cafdbbb61c7c95388d76e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -58,22 +58,7 @@
}; };
cloud.traefik.certsDumper.enable = true; cloud.traefik.certsDumper.enable = true;
cloud.conduit.enable = true; cloud.conduit.enable = true;
cloud.conduit.package = pkgs.matrix-conduit.overrideAttrs (old: rec { cloud.conduit.package = pkgs.unstable.matrix-conduit;
version = "0.4.0";
src = pkgs.fetchFromGitLab {
owner = "famedly";
repo = "conduit";
rev = "v${version}";
sha256 = "sha256-QTXDIvGz12ZxsWmPiMiJ8mBUWoJ2wnaeTZdXcwBh35o=";
};
cargoDeps = old.cargoDeps.overrideAttrs (_old: {
inherit src version;
outputHash = "sha256-tILjIR3rFDfq5aMblGE/vikttXbX7qQ2W7e017knntw=";
});
});
# Navidrome back to the PC # Navidrome back to the PC
cloud.traefik.hosts.navidrome = { cloud.traefik.hosts.navidrome = {