From a4bef2100639f17226a094543227024b3aea060f Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Thu, 2 May 2024 01:10:21 +0000 Subject: [PATCH] Add gdb, nixseparatedebuginfod --- flake.lock | 24 ++++++++++++------------ sets/hacking.nix | 4 ++++ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 4729e02..af89625 100644 --- a/flake.lock +++ b/flake.lock @@ -329,11 +329,11 @@ ] }, "locked": { - "lastModified": 1714343445, - "narHash": "sha256-OzD1P0o46uD3Ix4ZI/g9z3YAeg+4g+W3qctB6bNOReo=", + "lastModified": 1714515075, + "narHash": "sha256-azMK7aWH0eUc3IqU4Fg5rwZdB9WZBvimOGG3piqvtsY=", "owner": "nix-community", "repo": "home-manager", - "rev": "9fe79591c1005ce6f93084ae7f7dab0a2891440d", + "rev": "6d3b6dc9222c12b951169becdf4b0592ee9576ef", "type": "github" }, "original": { @@ -350,11 +350,11 @@ ] }, "locked": { - "lastModified": 1714235105, - "narHash": "sha256-QCEp+JZOQzFWsNSs3KMCAMf4Ik+YglNdrQJXq10yYaw=", + "lastModified": 1714464433, + "narHash": "sha256-ztvukQ2LvrRQBtiRiut8FgCOyKXgqLTIp3Deg/OguUY=", "owner": "jovian-experiments", "repo": "jovian-nixos", - "rev": "03448a4e169d4590d21138f0ac65ab64bd1a2d85", + "rev": "2a5194b960801b68cfc4c811eb1733cf3aa8ece6", "type": "github" }, "original": { @@ -458,11 +458,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1714201532, - "narHash": "sha256-nk0W4rH7xYdDeS7k1SqqNtBaNrcgIBYNmOVc8P2puEY=", + "lastModified": 1714465198, + "narHash": "sha256-ySkEJvS0gPz2UhXm0H3P181T8fUxvDVcoUyGn0Kc5AI=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "53db5e1070d07e750030bf65f1b9963df8f0c678", + "rev": "68d680c1b7c0e67a9b2144d6776583ee83664ef4", "type": "github" }, "original": { @@ -520,11 +520,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1714319855, - "narHash": "sha256-xiHu7LVWEo7eixVPDEnmxntye/zQcsZjRlyhCQ2yNL4=", + "lastModified": 1714600955, + "narHash": "sha256-AHz9OVQeVlbhTboR5Wchjet9a2h+a8aPTDjEyVQLz/g=", "owner": "nix-community", "repo": "nixvim", - "rev": "e2e7258267ba4ec81bd6503e968b6cf52cbd3f2a", + "rev": "82a19581defe682ff9ca7cb8b1b980b6dc297cf2", "type": "github" }, "original": { diff --git a/sets/hacking.nix b/sets/hacking.nix index 17e85c9..cfc1a45 100644 --- a/sets/hacking.nix +++ b/sets/hacking.nix @@ -15,8 +15,12 @@ python3Packages.binwalk-full fusee-launcher + + gdb ]; + services.nixseparatedebuginfod.enable = true; + users.users.artemis.extraGroups = [ "adbusers" "wireshark"