diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:10:14 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 18:21:52 +0200 |
commit | 32ab086bd17930fe6e43e7c193a0c86038676c58 (patch) | |
tree | b09c233da35fc8424b8288a78ed660d757c38b23 /flake.lock | |
parent | Build(flake): Update (diff) | |
download | nixos-server-32ab086bd17930fe6e43e7c193a0c86038676c58.tar.gz nixos-server-32ab086bd17930fe6e43e7c193a0c86038676c58.zip |
Refactor(system/services/mail): Move mail to services as it's one
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/flake.lock b/flake.lock index 2a58f6f..0aab10b 100644 --- a/flake.lock +++ b/flake.lock @@ -16,26 +16,6 @@ "type": "gitlab" } }, - "disko": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1687968164, - "narHash": "sha256-L9jr2zCB6NIaBE3towusjGBigsnE2pMID8wBGkYbTS4=", - "owner": "nix-community", - "repo": "disko", - "rev": "8002e7cb899bc2a02a2ebfb7f999fcd7c18b92a1", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "disko", - "type": "github" - } - }, "flake-compat": { "flake": false, "locked": { @@ -72,21 +52,6 @@ "type": "github" } }, - "impermanence": { - "locked": { - "lastModified": 1684264534, - "narHash": "sha256-K0zr+ry3FwIo3rN2U/VWAkCJSgBslBisvfRIPwMbuCQ=", - "owner": "nix-community", - "repo": "impermanence", - "rev": "89253fb1518063556edd5e54509c30ac3089d5e6", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "impermanence", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1688287271, @@ -135,9 +100,7 @@ }, "root": { "inputs": { - "disko": "disko", "flake-utils": "flake-utils", - "impermanence": "impermanence", "nixpkgs": "nixpkgs", "simple-nixos-mailserver": "simple-nixos-mailserver", "systems": "systems" |