Update nixpkgs-unstable

This commit is contained in:
Natsu Kagami 2023-08-09 09:28:47 +02:00
parent 25a09b62b4
commit f03b88d591
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 4 additions and 4 deletions

View file

@ -451,11 +451,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1688221086, "lastModified": 1691464053,
"narHash": "sha256-cdW6qUL71cNWhHCpMPOJjlw0wzSRP0pVlRn2vqX/VVg=", "narHash": "sha256-D21ctOBjr2Y3vOFRXKRoFr6uNBvE8q5jC4RrMxRZXTM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cd99c2b3c9f160cd004318e0697f90bbd5960825", "rev": "844ffa82bbe2a2779c86ab3a72ff1b4176cec467",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -187,7 +187,7 @@
cloud.services.outline = { cloud.services.outline = {
enable = true; enable = true;
package = pkgs.unstable.outline.overrideAttrs (attrs: { package = pkgs.unstable.outline.overrideAttrs (attrs: {
patches = attrs.patches ++ [ ../modules/cloud/outline/dtth-wiki.patch ]; patches = if builtins.hasAttr "patches" attrs then attrs.patches else [ ] ++ [ ../modules/cloud/outline/dtth-wiki.patch ];
}); });
databaseUrl = "postgres://outline:outline@localhost/outline?sslmode=disable"; databaseUrl = "postgres://outline:outline@localhost/outline?sslmode=disable";
sequelizeArguments = "--env=production-ssl-disabled"; sequelizeArguments = "--env=production-ssl-disabled";