From 8f129d47e8c0fe82642a01011eef9359c5e8f8dd Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 25 Feb 2026 21:06:53 -0500 Subject: [PATCH] Update flake.lock (using local repo for pkgs) --- flake.lock | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 43fe5c4..a2f8241 100644 --- a/flake.lock +++ b/flake.lock @@ -1,8 +1,28 @@ { "nodes": { "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, "locked": { - "lastModified": 1772067504, + "lastModified": 1772060133, + "narHash": "sha256-VuyRptb8v1lVGMlLp4/1vRX3Efwec0CN0S6mKmDPzLg=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "ce9b6e52500a0ea0ec48f0bbf6d7a3e431d9dfa4", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 0, "narHash": "sha256-kkWfxSz0ACR0FZiMbwOfFY+bCBpvfeRvymRfrzUr6rU=", "path": "/home/wolcen/Source/nixpkgs", "type": "path" @@ -12,22 +32,6 @@ "type": "path" } }, - "nixpkgs": { - "locked": { - "lastModified": 1771848320, - "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "home-manager": "home-manager",