From a95a7cf5c407f58c7675c66060b104fabe84b998 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 24 Nov 2025 22:05:26 -0800 Subject: [PATCH] Update resume flake --- flake.lock | 63 +++++++++++++++++++----------------------------------- flake.nix | 3 +-- 2 files changed, 23 insertions(+), 43 deletions(-) diff --git a/flake.lock b/flake.lock index e7ded30..f303225 100644 --- a/flake.lock +++ b/flake.lock @@ -18,24 +18,6 @@ "type": "github" } }, - "flake-utils_2": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1685518550, - "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1689477032, @@ -50,19 +32,33 @@ "type": "indirect" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1763934636, + "narHash": "sha256-9glbI7f1uU+yzQCq5LwLgdZqx6svOhZWkd4JRY265fc=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ee09932cedcef15aaf476f9343d1dea2cb77e261", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, "resume-flake": { "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": [ - "nixpkgs" - ] + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1754722037, - "narHash": "sha256-xE+2HYeGa1CxAx/krtDkDg7lkKNH0Gxw7ay4W9gYRlY=", + "lastModified": 1764049953, + "narHash": "sha256-MLuCfb0iIuCN0wSWoWH2vlqgcP0Pxx7P0H4IIfR/UZQ=", "ref": "refs/heads/master", - "rev": "9664d45d82f4c1c165e740e6393cda94065d6456", - "revCount": 62, + "rev": "99edeafc0ce3e79ba9281c763f46bd45bde35689", + "revCount": 63, "type": "git", "url": "file:///home/greg/code/active/resume" }, @@ -92,21 +88,6 @@ "repo": "default", "type": "github" } - }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index beda54a..bd9b19a 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,10 @@ inputs = { flake-utils = { url = "github:numtide/flake-utils"; - inputs.nixpkgs.follows = "nixpkgs"; }; resume-flake = { url = "git+file:///home/greg/code/active/resume"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; }; };