nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 123408658540663d0aa80b3590c1ad4e49bf1fef
parent 03bbe4c83cd63700841e0f3596f6c208183faf0e
Author: Toni Brown <me@tb148.net>
Date:   Mon, 27 Apr 2026 13:12:11 +0800

update flake

Diffstat:
Mflake.lock | 85++++++++++---------------------------------------------------------------------
Mflake.nix | 4----
2 files changed, 10 insertions(+), 79 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -151,11 +151,11 @@ "uv2nix": "uv2nix_2" }, "locked": { - "lastModified": 1777218630, - "narHash": "sha256-FsZ0XHHkcMYDKyWm9zgWB4B/5qHIsdGOh73wcQ2UFQE=", + "lastModified": 1777266018, + "narHash": "sha256-4mOvsUMQy7HaPjZPCZ7AgcS62gPGaqaZ2Wyka2ORzF8=", "owner": "NousResearch", "repo": "hermes-agent", - "rev": "eaa7e2db670ba0879bc040c22c39d5abb39b897c", + "rev": "3ff3dfb5ac97c7a746d2c54a9b8eefb9f6279a75", "type": "github" }, "original": { @@ -171,11 +171,11 @@ ] }, "locked": { - "lastModified": 1777196875, - "narHash": "sha256-6M/rTHxFRdKJ6WZYxrCl68qIyh3BvjWBmYC7Vufolbg=", + "lastModified": 1777258755, + "narHash": "sha256-EC07KwADRE2LdIk7vEDyAaD3I0ZUq24T9jQF9L0iEPk=", "owner": "nix-community", "repo": "home-manager", - "rev": "38bf0202cae280174cbb80fc24a63978f16333f7", + "rev": "7f8bbc93d63401e41368d6ddc46a4f631610fa90", "type": "github" }, "original": { @@ -236,27 +236,6 @@ "url": "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz" } }, - "nix-github-actions": { - "inputs": { - "nixpkgs": [ - "run0-sudo-shim", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1737420293, - "narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=", - "owner": "nix-community", - "repo": "nix-github-actions", - "rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nix-github-actions", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1776877367, @@ -302,11 +281,11 @@ ] }, "locked": { - "lastModified": 1777195059, - "narHash": "sha256-wvQwTKhrRM75A07kwfVGI3ziVqJv3UPYW/nUNUeBBpw=", + "lastModified": 1777264545, + "narHash": "sha256-EfOLgoenYbEjrY5xPWiGuLRTT8CRfTRiuAU5z8peJss=", "owner": "nix-community", "repo": "NUR", - "rev": "c46e1c595167bd8d2067a6e7d6828025f944c18f", + "rev": "ded7af14a87c7e2763ff1f546156f96283b102d3", "type": "github" }, "original": { @@ -412,30 +391,7 @@ "lix": "lix", "lix-module": "lix-module", "nixpkgs": "nixpkgs", - "nur": "nur", - "run0-sudo-shim": "run0-sudo-shim" - } - }, - "run0-sudo-shim": { - "inputs": { - "nix-github-actions": "nix-github-actions", - "nixpkgs": [ - "nixpkgs" - ], - "treefmt-nix": "treefmt-nix" - }, - "locked": { - "lastModified": 1774702115, - "narHash": "sha256-iZ0HSQwjr9nYpVn10ZI4zQTdqvSggfxhXZ1c4oSZnuc=", - "owner": "lordgrimmauld", - "repo": "run0-sudo-shim", - "rev": "c9e06e2f220ab2fcf2228d4315c0a7fc2dc6e438", - "type": "github" - }, - "original": { - "owner": "lordgrimmauld", - "repo": "run0-sudo-shim", - "type": "github" + "nur": "nur" } }, "systems": { @@ -468,27 +424,6 @@ "type": "github" } }, - "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "run0-sudo-shim", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1773297127, - "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, "uv2nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix @@ -32,10 +32,6 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - run0-sudo-shim = { - url = "github:lordgrimmauld/run0-sudo-shim"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = {