From 22a6bd404083b03aa5a140dfd0856309193a0ec4 Mon Sep 17 00:00:00 2001 From: baduhai Date: Thu, 22 Dec 2022 19:10:14 -0300 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Added input 'dotfiles': 'github:baduhai/dotfiles/7e3eb76e2af6f60fccb7dc3e7bc3c6500d54895b' (2022-09-15) --- flake.lock | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/flake.lock b/flake.lock index ddf6adf..a6a0cc3 100644 --- a/flake.lock +++ b/flake.lock @@ -42,6 +42,22 @@ "type": "github" } }, + "dotfiles": { + "flake": false, + "locked": { + "lastModified": 1663267647, + "narHash": "sha256-XFl5nWxyIozJgHiryTPZVaANO4QHUkKmRVozJEvI8NM=", + "owner": "baduhai", + "repo": "dotfiles", + "rev": "7e3eb76e2af6f60fccb7dc3e7bc3c6500d54895b", + "type": "github" + }, + "original": { + "owner": "baduhai", + "repo": "dotfiles", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -227,6 +243,7 @@ "inputs": { "agenix": "agenix", "deploy-rs": "deploy-rs", + "dotfiles": "dotfiles", "home-manager": "home-manager", "home-manager-stable": "home-manager-stable", "homepage": "homepage",