From 92e689ff1a9ddb1498692d408b5bb5bec9c0aae7 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 22 Jun 2026 14:44:52 +0200 Subject: [PATCH] nix update flake --- flake.lock | 24 ++++++++++++------------ flake.nix | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index b39802d..b622092 100644 --- a/flake.lock +++ b/flake.lock @@ -35,11 +35,11 @@ ] }, "locked": { - "lastModified": 1781242433, - "narHash": "sha256-bchLZZ3sRn740zyvD2icZSnNoTaanN0nw7l6fjVXO+E=", + "lastModified": 1781761792, + "narHash": "sha256-rCPytmKNjctLloB6UgK5CRrHSwV4b0ygxtJLPPp8R14=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "aabb2037edfc0f210723b72cd5f528aab5dd3f0b", + "rev": "a1fa429e945becaf60468600daf649be4ba0350c", "type": "github" }, "original": { @@ -96,11 +96,11 @@ ] }, "locked": { - "lastModified": 1781667738, - "narHash": "sha256-OxrwHpsWf+QGbos1LMDGAcv7sjBGshcw/43th6waeYI=", + "lastModified": 1782103446, + "narHash": "sha256-+vMR3KPBVoY9nJrQI9qje5H1vmv51dJgMYkUuYimtJg=", "owner": "nix-community", "repo": "home-manager", - "rev": "7664e05e2413d5e2b8c54a884eb8ea0f8a504fc2", + "rev": "d8dac1f668fd861369571be3678ec75b1573e7e3", "type": "github" }, "original": { @@ -134,11 +134,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1781657274, - "narHash": "sha256-YmocrTZgqbGTtm/2R8vb+wNYF7UnzhPBtgZWM3lnhNk=", + "lastModified": 1782123504, + "narHash": "sha256-9c4/VtS3PvB+rOYCwbdyZY/UDpMHBNMWeW56yR6yNi8=", "owner": "lukasl-dev", "repo": "pi.nix", - "rev": "06ce2552cb34f1a519fe1a76e97528ef97711078", + "rev": "9bd554467ac65a9590776e195626a0be523c2a9d", "type": "github" }, "original": { @@ -164,11 +164,11 @@ ] }, "locked": { - "lastModified": 1780547341, - "narHash": "sha256-Gq8KNx5A7hBB3uGJaj6eQfLDIz5YdLu92gqBcvHvoUo=", + "lastModified": 1781943681, + "narHash": "sha256-NFHmA7H47adqiyp+0iEOyZOQhmigDqA/NBAlf4imB6U=", "owner": "Mic92", "repo": "sops-nix", - "rev": "9ed65852b6257fbeae4355bc24ecfea307ca759a", + "rev": "420f8d2e9882911f65cfac15cc706f639ba96cca", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 962d910..93f2688 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ inputs.sops-nix.homeManagerModules.sops ({ lib, pkgs, ... }: { programs.pi.coding-agent.package = - lib.lowPrio inputs.pi.packages.${pkgs.system}.coding-agent; + lib.lowPrio inputs.pi.packages.${pkgs.stdenv.hostPlatform.system}.coding-agent; }) ]; };