chore: update nix-pkgs #13

Merged
lbailly merged 2 commits from staging into main 2025-01-14 21:54:17 +01:00
2 changed files with 6 additions and 3 deletions

View file

@ -124,6 +124,7 @@ in
external = mkOption { external = mkOption {
type = attrsOf (listOf str); type = attrsOf (listOf str);
default = { };
description = '' description = ''
External services used by the DGNum organization. External services used by the DGNum organization.
''; '';
@ -149,6 +150,7 @@ in
}; };
}; };
}); });
default = { };
description = '' description = ''
Administrator access of the different DGNum services, Administrator access of the different DGNum services,
it is mainly indicative as most services cannot configure this statically. it is mainly indicative as most services cannot configure this statically.
@ -336,6 +338,7 @@ in
netbirdIp = mkOption { netbirdIp = mkOption {
type = nullOr str; type = nullOr str;
default = null;
description = '' description = ''
IP address of the node in the netbird network. IP address of the node in the netbird network.
''; '';

View file

@ -146,9 +146,9 @@
"url": "https://git.hubrecht.ovh/hubrecht/nix-pkgs" "url": "https://git.hubrecht.ovh/hubrecht/nix-pkgs"
}, },
"branch": "main", "branch": "main",
"revision": "3ab3e49269d9e2536c8c5f78d4da673d7a3f5286", "revision": "c4ed095021f9b1100bb8936651357561926c4a4d",
"url": null, "url": null,
"hash": "0b4k0gchxcdlmvs88403hdbidsxswigzxswcba7a3fxz9d884c4y" "hash": "02m0j2c1y36l7h0i68x4qsmy9mckdi5hkl8dzgc6q59wnpnwgnyi"
}, },
"nixos-23.11": { "nixos-23.11": {
"type": "Channel", "type": "Channel",
@ -211,4 +211,4 @@
} }
}, },
"version": 3 "version": 3
} }