all repos — nixfiles @ cc6b3a9df1372da3a14be3232ace5adea76e5a9b

System and user configuration, managed by nix and home-manager

Use upstream angrr https://github.com/linyinfeng/angrr/pull/5 was merged

Alan Pearce
commit

cc6b3a9df1372da3a14be3232ace5adea76e5a9b

parent

693c4fd32cacc8e393fa8c638e218c93db2ce80c

2 files changed, 9 insertions(+), 10 deletions(-)

changed files
M flake.lockflake.lock
@@ -34,16 +34,15 @@ ],
"treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1751314011, - "narHash": "sha256-gPUCXqCtTffQyHT6l6IEdD31LQZwGqfPoZ4zxVj8rgQ=", - "owner": "alanpearce", + "lastModified": 1751437477, + "narHash": "sha256-r28dLgT4OjLgqWf2cIYgWjpLdoGK1GWFO+JLcJnRP+M=", + "owner": "linyinfeng", "repo": "angrr", - "rev": "7885f191e9843f2a648519f45281816052a6394f", + "rev": "52784fa6838d3f1576698a8d9c0c076c54a8f433", "type": "github" }, "original": { - "owner": "alanpearce", - "ref": "darwin", + "owner": "linyinfeng", "repo": "angrr", "type": "github" }
@@ -166,11 +165,11 @@ "nixpkgs"
] }, "locked": { - "lastModified": 1749398372, - "narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=", + "lastModified": 1751413152, + "narHash": "sha256-Tyw1RjYEsp5scoigs1384gIg6e0GoBVjms4aXFfRssQ=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569", + "rev": "77826244401ea9de6e3bac47c2db46005e1f30b5", "type": "github" }, "original": {
M flake.nixflake.nix
@@ -14,7 +14,7 @@ darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; utils.url = "github:numtide/flake-utils"; - angrr.url = "github:alanpearce/angrr/darwin"; + angrr.url = "github:linyinfeng/angrr"; angrr.inputs.nixpkgs.follows = "nixpkgs"; agenix.url = "github:ryantm/agenix"; agenix.inputs.nixpkgs.follows = "nixpkgs";