File tree 3 files changed +6
-18
lines changed
3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 6
6
nixos-small . url = "github:NixOS/nixpkgs/nixos-unstable-small" ;
7
7
nixos-hardware . url = "github:NixOS/nixos-hardware" ;
8
8
flake-parts . url = "github:hercules-ci/flake-parts" ;
9
- colmena . url = "github:zhaofengli/colmena/direct-flake-eval " ;
9
+ colmena . url = "github:zhaofengli/colmena" ;
10
10
colmena . inputs . "nixpkgs" . follows = "nixpkgs" ;
11
11
darwin = {
12
12
url = "github:lnl7/nix-darwin/master" ;
76
76
formatter = pkgs . nixfmt-rfc-style ;
77
77
devShells . default = pkgs . mkShellNoCC {
78
78
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
91
80
pkgs . sops
92
81
inputs' . sops-to-age . packages . ssh-to-age
93
82
] ;
Original file line number Diff line number Diff line change 15
15
nextcloud = {
16
16
enable = true ;
17
17
https = true ;
18
- package = pkgs . nextcloud29 ;
18
+ package = pkgs . nextcloud30 ;
19
19
hostName = "cloud.xanderio.de" ;
20
20
caching . apcu = true ;
21
21
caching . redis = true ;
You can’t perform that action at this time.
0 commit comments