Skip to content

Commit 20490b5

Browse files
committed
nextcloud 30
1 parent c45125b commit 20490b5

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

flake.lock

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-13
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
nixos-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
77
nixos-hardware.url = "github:NixOS/nixos-hardware";
88
flake-parts.url = "github:hercules-ci/flake-parts";
9-
colmena.url = "github:zhaofengli/colmena/direct-flake-eval";
9+
colmena.url = "github:zhaofengli/colmena";
1010
colmena.inputs."nixpkgs".follows = "nixpkgs";
1111
darwin = {
1212
url = "github:lnl7/nix-darwin/master";
@@ -76,18 +76,7 @@
7676
formatter = pkgs.nixfmt-rfc-style;
7777
devShells.default = pkgs.mkShellNoCC {
7878
buildInputs = [
79-
(inputs'.colmena.packages.colmena.overrideAttrs (old: {
80-
patches = (
81-
old.patches or [ ]
82-
++ [
83-
(pkgs.fetchpatch {
84-
url = "https://github.com/zhaofengli/colmena/pull/233.patch";
85-
hash = "sha256-uwL3u0gO708bzV2NV8sTt10WHaCL3HykJNqSZNp9EtA=";
86-
})
87-
]
88-
);
89-
}))
90-
79+
inputs'.colmena.packages.colmena
9180
pkgs.sops
9281
inputs'.sops-to-age.packages.ssh-to-age
9382
];

hosts/vetinari/nextcloud.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
nextcloud = {
1616
enable = true;
1717
https = true;
18-
package = pkgs.nextcloud29;
18+
package = pkgs.nextcloud30;
1919
hostName = "cloud.xanderio.de";
2020
caching.apcu = true;
2121
caching.redis = true;

0 commit comments

Comments
 (0)