From 1f997344f247fa7e170924d3acc97c6cda8452a5 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 4 Aug 2026 18:06:19 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 38 ++++---------------------------------- flake.nix | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/flake.lock b/flake.lock index 710beb8..3092441 100644 --- a/flake.lock +++ b/flake.lock @@ -125,24 +125,6 @@ "type": "github" } }, - "flake-parts_2": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib" - }, - "locked": { - "lastModified": 1785627969, - "narHash": "sha256-4dtXQk/NMePegK/nWp5NSeuZKLATItOq61lpEvmXqGw=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "427bf4bd9435fdf21321c8cc628c24efc14c0f7a", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "git-hooks": { "inputs": { "flake-compat": [ @@ -262,25 +244,13 @@ "url": "https://nixos.org/channels/nixos-26.05/nixexprs.tar.xz" } }, - "nixpkgs-lib": { - "locked": { - "lastModified": 1785031560, - "narHash": "sha256-OmshNvn2vupOFpYinLUu+1Dnpu4n7Q5N3ggGVNHpkUI=", - "owner": "nix-community", - "repo": "nixpkgs.lib", - "rev": "0e79af5e3d4dcfcd676ab5ba3f95d2e3352e078c", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixpkgs.lib", - "type": "github" - } - }, "root": { "inputs": { "clan-core": "clan-core", - "flake-parts": "flake-parts_2", + "flake-parts": [ + "clan-core", + "flake-parts" + ], "nixos-mailserver": "nixos-mailserver", "nixpkgs": [ "clan-core", diff --git a/flake.nix b/flake.nix index 30199ca..9955db8 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ inputs.nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-26.05"; inputs.nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-parts.url = "github:hercules-ci/flake-parts"; + inputs.flake-parts.follows = "clan-core/flake-parts"; outputs = {