From 81531b88054eb7ccfe5266f49be070739c63522e Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 16 Jun 2025 12:19:53 -0500 Subject: [PATCH] fix all the inputs --- common/flake.nix | 2 +- flake.lock | 16 ++++++++-------- flake.nix | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/flake.nix b/common/flake.nix index 38a570a..f95574c 100644 --- a/common/flake.nix +++ b/common/flake.nix @@ -1,6 +1,6 @@ { inputs = { - # NOTE if you add any inputs here also add them in the TOP level repo's flake.nix + # NOTE if you add/change any inputs here also add them in the TOP level repo's flake.nix home-manager.url = "github:rycee/home-manager/release-25.05"; ragenix.url = "github:yaxitech/ragenix"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest"; diff --git a/flake.lock b/flake.lock index f85babe..c00d3af 100644 --- a/flake.lock +++ b/flake.lock @@ -85,16 +85,16 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1747688870, - "narHash": "sha256-ypL9WAZfmJr5V70jEVzqGjjQzF0uCkz+AFQF7n9NmNc=", + "lastModified": 1749154018, + "narHash": "sha256-gjN3j7joRvT3a8Zgcylnd4NFsnXeDBumqiu4HmY1RIg=", "owner": "rycee", "repo": "home-manager", - "rev": "d5f1f641b289553927b3801580598d200a501863", + "rev": "7aae0ee71a17b19708b93b3ed448a1a0952bf111", "type": "github" }, "original": { "owner": "rycee", - "ref": "release-24.11", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } @@ -139,16 +139,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1746055187, - "narHash": "sha256-3dqArYSMP9hM7Qpy5YWhnSjiqniSaT2uc5h2Po7tmg0=", + "lastModified": 1749024892, + "narHash": "sha256-OGcDEz60TXQC+gVz5sdtgGJdKVYr6rwdzQKuZAJQpCA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e362ce63e16b9572d8c2297c04f7c19ab6725a5", + "rev": "8f1b52b04f2cb6e5ead50bd28d76528a2f0380ef", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 00b8145..8dab2ba 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ # Manually synced with common/flake.nix inputs # ===== - home-manager.url = "github:rycee/home-manager/release-24.11"; + home-manager.url = "github:rycee/home-manager/release-25.05"; ragenix.url = "github:yaxitech/ragenix"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest"; # ======