From 73844fcf66e039ff96b31e3e6b177192bc4880f2 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 13 Oct 2022 18:08:15 +0200 Subject: [PATCH] Updated lock --- flake.lock | 82 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 75 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index a9784f0..8b5738e 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,36 @@ { "nodes": { + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1650374568, + "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "b4a34015c698c7793d592d66adbab377907a2be8", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-utils": { + "locked": { + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -23,11 +54,11 @@ }, "nixos-unstable": { "locked": { - "lastModified": 1665516242, - "narHash": "sha256-KuWhlFPV36BiFqDXj/dJ2elK5Bueefnp3Wxvw1g+nWI=", + "lastModified": 1665672983, + "narHash": "sha256-V7Va7CRKmQRy95xSdlga5nV7q3/PusZwNAF/leb5PcU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "962b6b0185e5dfa9acaefd0fe9c4cd075169b10f", + "rev": "bb2fb1524795f2d720cd13a2eb4d35d3a7a0d888", "type": "github" }, "original": { @@ -39,11 +70,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1665401932, - "narHash": "sha256-mgLxYh21/0h7S/QS8U/QS+zLwlSRiiFOfPkOxLZnPgk=", + "lastModified": 1665596265, + "narHash": "sha256-H7Ku1SF+7zDEqw8QOyEDA5blMJQW9MvdfgB+K3KJNLw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e179d1e57ad07f1294dcc29ad5283b214a6ae21e", + "rev": "9234f5a17e1a7820b5e91ecd4ff0de449e293383", "type": "github" }, "original": { @@ -53,11 +84,48 @@ "type": "github" } }, + "nixpkgs_2": { + "locked": { + "lastModified": 1659190188, + "narHash": "sha256-LudYrDFPFaQMW0l68TYkPWRPKmqpxIFU1nWfylIp9AQ=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a3fddd46a7f3418d7e3940ded94701aba569161d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "root": { "inputs": { "home-manager": "home-manager", "nixos-unstable": "nixos-unstable", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "vim-extra-plugins": "vim-extra-plugins" + } + }, + "vim-extra-plugins": { + "inputs": { + "flake-compat": "flake-compat", + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1665671907, + "narHash": "sha256-+YXxqH7OROLJ9G4va5BZb4a8aIzulaUZbnH+R1iWoaw=", + "owner": "m15a", + "repo": "nixpkgs-vim-extra-plugins", + "rev": "6c1624b0942cdecf7f30aa4d411cb3578bc29a38", + "type": "github" + }, + "original": { + "owner": "m15a", + "repo": "nixpkgs-vim-extra-plugins", + "type": "github" } } },