flake: use napalm fork to avoid stackoverflow

It seems that the set of npm dependencies is large enough for foldl to
overflow the stack since the latest update. Use the fork with the fix
for now until its properly upstreamed.

Fixes #31

Flake lock file updates:

• Updated input 'napalm':
    'github:nix-community/napalm/e1babff744cd278b56abe8478008b4a9e23036cf' (2024-06-09)
  → 'github:willibutz/napalm/b492440d9e64ae20736d3bec5c7715ffcbde83f5' (2024-09-08)
This commit is contained in:
WilliButz 2024-09-08 16:42:29 +02:00
parent f1bd855c23
commit 7dc6bd5377
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70
2 changed files with 7 additions and 6 deletions

11
flake.lock generated
View file

@ -81,15 +81,16 @@
]
},
"locked": {
"lastModified": 1717929455,
"narHash": "sha256-BiI5xWygriOJuNISnGAeL0KYxrEMnjgpg+7wDskVBhI=",
"owner": "nix-community",
"lastModified": 1725806412,
"narHash": "sha256-lGZjkjds0p924QEhm/r0BhAxbHBJE1xMOldB/HmQH04=",
"owner": "willibutz",
"repo": "napalm",
"rev": "e1babff744cd278b56abe8478008b4a9e23036cf",
"rev": "b492440d9e64ae20736d3bec5c7715ffcbde83f5",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "willibutz",
"ref": "avoid-foldl-stack-overflow",
"repo": "napalm",
"type": "github"
}