update flake

This commit is contained in:
Alwin Berger 2023-12-19 13:43:18 +01:00
parent 5ce4e179eb
commit d179f1a47a
2 changed files with 5 additions and 4 deletions

8
flake.lock generated
View File

@ -35,16 +35,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1670064435, "lastModified": 1702759837,
"narHash": "sha256-+ELoY30UN+Pl3Yn7RWRPabykwebsVK/kYE9JsIsUMxQ=", "narHash": "sha256-u3XeJVRe/Q975nwFE+6ALEwypMKJEELMJKDAhSKyq3M=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "61a8a98e6d557e6dd7ed0cdb54c3a3e3bbc5e25c", "rev": "b2566f4f897ac6224e094b167d9488d03e157f28",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable", "ref": "nixos-23.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -37,6 +37,7 @@
xxd xxd
# FreeRTOS # FreeRTOS
gcc-arm-embedded gcc-arm-embedded
openssl_legacy # gdb needs libcrypt.so.1
# generate bindings from RTOS to Rust # generate bindings from RTOS to Rust
rust-bindgen rust-bindgen
# compare libafl edges # compare libafl edges