From ac03a06feac83b721ab919241c1c5753a8ce3196 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 2 May 2023 19:01:20 +0200 Subject: Feat(hm/pkgs): Add flake_update --- flake.lock | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index c085547a..5ac2623d 100644 --- a/flake.lock +++ b/flake.lock @@ -108,6 +108,35 @@ "type": "github" } }, + "flake_update": { + "inputs": { + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ], + "shell_library": [ + "shell_library" + ], + "systems": [ + "systems" + ] + }, + "locked": { + "lastModified": 1683043164, + "narHash": "sha256-4qvPkmY7DMjBLumVOUVwRXpYip78m/3VWJJGL6aeTmY=", + "ref": "refs/heads/prime", + "rev": "f14ac553db379973863e36060f05cf426f19f0b7", + "revCount": 8, + "type": "git", + "url": "https://codeberg.org/soispha/flake_update.git" + }, + "original": { + "type": "git", + "url": "https://codeberg.org/soispha/flake_update.git" + } + }, "grades": { "inputs": { "crane": [ @@ -305,6 +334,7 @@ "crane": "crane", "flake-compat": "flake-compat", "flake-utils": "flake-utils", + "flake_update": "flake_update", "grades": "grades", "home-manager": "home-manager", "impermanence": "impermanence", -- cgit 1.4.1