diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -13,9 +13,11 @@ | |||
| 13 | inputs = { | 13 | inputs = { |
| 14 | nixpkgs = { | 14 | nixpkgs = { |
| 15 | type = "github"; | 15 | type = "github"; |
| 16 | owner = "NixOS"; | 16 | # owner = "NixOS"; |
| 17 | repo = "nixpkgs"; | 17 | repo = "nixpkgs"; |
| 18 | ref = "nixos-unstable"; | 18 | # ref = "nixos-unstable"; |
| 19 | owner = "gkleen"; | ||
| 20 | ref = "fix/matrix-synapse"; | ||
| 19 | }; | 21 | }; |
| 20 | nixpkgs-pgbackrest = { | 22 | nixpkgs-pgbackrest = { |
| 21 | type = "github"; | 23 | type = "github"; |
