From 5a0ff674ac30cac5294c67d82307853af2e31175 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 22 Apr 2024 21:32:56 -0500 Subject: [PATCH 1/2] Add cachix --- home/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/desktop.nix b/home/desktop.nix index 87c03bc..f9cb7ac 100644 --- a/home/desktop.nix +++ b/home/desktop.nix @@ -8,6 +8,7 @@ home.packages = with pkgs; [ binwalk bun + cachix cloc croc dmg2img From 80bf1fd412586138e4e38aed17817968b7e43696 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 22 Apr 2024 21:33:09 -0500 Subject: [PATCH 2/2] swiftformat: 0.53.7 -> 0.53.8 --- flake.lock | 12 ++++++------ pkgs/swiftformat.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 92982c8..c792e00 100644 --- a/flake.lock +++ b/flake.lock @@ -37,11 +37,11 @@ ] }, "locked": { - "lastModified": 1713713092, - "narHash": "sha256-rvyr6BBtn3cq5B/48rhJlbIOpxprwlO/71663sd9Gik=", + "lastModified": 1713818326, + "narHash": "sha256-aw3xbVPJauLk/bbrlakIYxKpeuMWzA2feGrkIpIuXd8=", "owner": "nix-community", "repo": "home-manager", - "rev": "2846d5230a3c3923618eabb367deaf8885df580f", + "rev": "67de98ae6eed5ad6f91b1142356d71a87ba97f21", "type": "github" }, "original": { @@ -87,11 +87,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1713537308, - "narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=", + "lastModified": 1713714899, + "narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f", + "rev": "6143fc5eeb9c4f00163267708e26191d1e918932", "type": "github" }, "original": { diff --git a/pkgs/swiftformat.nix b/pkgs/swiftformat.nix index 46577c9..d5ae730 100644 --- a/pkgs/swiftformat.nix +++ b/pkgs/swiftformat.nix @@ -2,13 +2,13 @@ clangStdenv.mkDerivation rec { pname = "swiftformat"; - version = "0.53.7"; + version = "0.53.8"; src = fetchFromGitHub { owner = "nicklockwood"; repo = "SwiftFormat"; rev = version; - sha256 = "sha256-wyyqJKEi7b7MsfQekxJP4+75HPVZEBP9smoZMUQRRsM="; + sha256 = "sha256-e13j0i7+RBP/g5TuJTSjHr2Gkhtd/TXTeTc4dT2K6KU="; }; nativeBuildInputs = [ swift swiftpm ];