From b9793835d4ac9cd1787bf71f38005a561aeada9b Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 16 Sep 2025 14:53:45 +0100 Subject: [PATCH] Update flake. --- flake.lock | 42 +++++++++++++++++++++--------------------- flake.nix | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/flake.lock b/flake.lock index 457ef93..8fcf8cb 100644 --- a/flake.lock +++ b/flake.lock @@ -50,11 +50,11 @@ ] }, "locked": { - "lastModified": 1757255839, - "narHash": "sha256-XH33B1X888Xc/xEXhF1RPq/kzKElM0D5C9N6YdvOvIc=", + "lastModified": 1757508292, + "narHash": "sha256-7lVWL5bC6xBIMWWDal41LlGAG+9u2zUorqo3QCUL4p4=", "owner": "nix-community", "repo": "disko", - "rev": "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a", + "rev": "146f45bee02b8bd88812cfce6ffc0f933788875a", "type": "github" }, "original": { @@ -78,11 +78,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1756819788, - "narHash": "sha256-8nkDG9hKXAR5hIPOpxHERhhQSBwDtwtvLer7PHoifqw=", + "lastModified": 1757964589, + "narHash": "sha256-BqFoZaEgn1a8U6Z5cWG9GiiXKxKkG2JWvsFshefIudQ=", "owner": "nix-community", "repo": "ethereum.nix", - "rev": "3ff6af6d56ab72b7002cf054b88722e5879cf396", + "rev": "2c145d1c86d02cc4b85c7ea57eb6e323d8ebc230", "type": "github" }, "original": { @@ -297,11 +297,11 @@ ] }, "locked": { - "lastModified": 1757218147, - "narHash": "sha256-IwOwN70HvoBNB2ckaROxcaCvj5NudNc52taPsv5wtLk=", + "lastModified": 1757822619, + "narHash": "sha256-3HIpe3P2h1AUPYcAH9cjuX0tZOqJpX01c0iDwoUYNZ8=", "owner": "nix-community", "repo": "nix-index-database", - "rev": "9b144dc3ef6e42b888c4190e02746aab13b0e97f", + "rev": "050a5feb5d1bb5b6e5fc04a7d3d816923a87c9ea", "type": "github" }, "original": { @@ -359,11 +359,11 @@ }, "nixpkgs-unstable_2": { "locked": { - "lastModified": 1757068644, - "narHash": "sha256-NOrUtIhTkIIumj1E/Rsv1J37Yi3xGStISEo8tZm3KW4=", + "lastModified": 1757745802, + "narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8eb28adfa3dc4de28e792e3bf49fcf9007ca8ac9", + "rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1", "type": "github" }, "original": { @@ -383,11 +383,11 @@ "systems": "systems_4" }, "locked": { - "lastModified": 1757343218, - "narHash": "sha256-GqyytaTh5JFJVraOQefSnxuQNVVSFFGwsJPT/M6St84=", + "lastModified": 1757864383, + "narHash": "sha256-oMoFAEC8A8BGBHIYiUNsgsVhEyNwTbn066J68LtbelY=", "owner": "nix-community", "repo": "nixvim", - "rev": "d38eb947272dd4e6d138648b1b49360301db6859", + "rev": "db1a991f33fb43cf0e2a4aff54a8c53b4dc12128", "type": "github" }, "original": { @@ -406,11 +406,11 @@ ] }, "locked": { - "lastModified": 1756738487, - "narHash": "sha256-8QX7Ab5CcICp7zktL47VQVS+QeaU4YDNAjzty7l7TQE=", + "lastModified": 1757624466, + "narHash": "sha256-25ExS2AkQD05Jf0Y2Wnn5KHpucN2d3ObEQOVaDh7ubg=", "owner": "NuschtOS", "repo": "search", - "rev": "5feeaeefb571e6ca2700888b944f436f7c05149b", + "rev": "da8bcb74407e41d334fc79081fdd8948b795bd6f", "type": "github" }, "original": { @@ -440,11 +440,11 @@ ] }, "locked": { - "lastModified": 1754988908, - "narHash": "sha256-t+voe2961vCgrzPFtZxha0/kmFSHFobzF00sT8p9h0U=", + "lastModified": 1758007585, + "narHash": "sha256-HYnwlbY6RE5xVd5rh0bYw77pnD8lOgbT4mlrfjgNZ0c=", "owner": "Mic92", "repo": "sops-nix", - "rev": "3223c7a92724b5d804e9988c6b447a0d09017d48", + "rev": "f77d4cfa075c3de66fc9976b80e0c4fc69e2c139", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e53b087..40add00 100644 --- a/flake.nix +++ b/flake.nix @@ -87,7 +87,7 @@ imports = [ (inputs.impermanence + "/home-manager.nix") inputs.nix-index-database.homeModules.nix-index - inputs.nixvim.homeManagerModules.nixvim + inputs.nixvim.homeModules.nixvim ./home ]; };