From 73c2a3f67c4d78d18158e9d81aec9b1a26e2e3bf Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 4 Aug 2026 17:58:27 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 34 ++++++++++++++++++++++++++++++++++ flake.nix | 2 ++ 2 files changed, 36 insertions(+) diff --git a/flake.lock b/flake.lock index 396d45a..710beb8 100644 --- a/flake.lock +++ b/flake.lock @@ -125,6 +125,24 @@ "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": [ @@ -244,9 +262,25 @@ "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", "nixos-mailserver": "nixos-mailserver", "nixpkgs": [ "clan-core", diff --git a/flake.nix b/flake.nix index 9025c96..30199ca 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,8 @@ 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"; + outputs = { self,