Merge pull request #105 from privatevoid-net/pr-flake-update
`flake.lock`: Update
This commit is contained in:
commit
ccaa746166
2 changed files with 7 additions and 7 deletions
|
@ -106,7 +106,7 @@ in {
|
||||||
"/etc/synapse/discord-registration.yaml"
|
"/etc/synapse/discord-registration.yaml"
|
||||||
];
|
];
|
||||||
turn_uris = let
|
turn_uris = let
|
||||||
combinations = lib.cartesianProductOfSets {
|
combinations = lib.cartesianProduct {
|
||||||
proto = [ "udp" "tcp" ];
|
proto = [ "udp" "tcp" ];
|
||||||
scheme = [ "turns" "turn" ];
|
scheme = [ "turns" "turn" ];
|
||||||
};
|
};
|
||||||
|
|
12
flake.lock
12
flake.lock
|
@ -197,11 +197,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717285511,
|
"lastModified": 1719994518,
|
||||||
"narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=",
|
"narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
|
||||||
"owner": "hercules-ci",
|
"owner": "hercules-ci",
|
||||||
"repo": "flake-parts",
|
"repo": "flake-parts",
|
||||||
"rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8",
|
"rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -509,11 +509,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_4": {
|
"nixpkgs_4": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719674260,
|
"lastModified": 1720022903,
|
||||||
"narHash": "sha256-mlxmTqtlBR2CwbucuDpZ49ROKRJGeojCHkkY1Nd6Kw8=",
|
"narHash": "sha256-TLiEulaY4I+vwaJIHQXASVQva+2nepaziUomigYY9+0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "eb1ba314aff505efb42bce45f47542a517fc3c03",
|
"rev": "88f3dab52d2cc42945f70f4e84c4505dedaa377d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue