forked from DGNum/infrastructure
chore(netbox): change patch format
This commit is contained in:
parent
33b37de531
commit
02c573c526
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"nixos-23.11" = [
|
||||
# netbox module
|
||||
{
|
||||
_type = "static";
|
||||
path = ./netbox.patch;
|
||||
_type = "commit";
|
||||
sha = "163fed297ed65a24241f190d8e954ce1877f9020";
|
||||
includes = [ "nixos/modules/services/web-apps/netbox.nix" ];
|
||||
hash = "sha256-mjeRxtZozgLNzHkCxcTs3xnonNPkmPoaGxawixC9jfo=";
|
||||
}
|
||||
# castopod: 1.6.4 -> 1.7.0 + ajout du support de loadcredentials
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue