Update dependencies
Some checks failed
Cachix / build (kholinar) (push) Successful in 9m27s
Cachix / build (marabethia) (push) Successful in 6m6s
Cachix / build (elendel) (push) Has been cancelled

This commit is contained in:
Charlotte Van Petegem 2025-05-30 14:58:25 +02:00
parent 3ad47dc25c
commit 6c8e00323b
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 22 additions and 21 deletions

41
flake.lock generated
View file

@ -184,11 +184,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1748539086,
"narHash": "sha256-RvN8YGfYk/a1yk8NUEvegTvn9MsLkiF/xine1HkIjec=",
"lastModified": 1748596091,
"narHash": "sha256-WwiOYZY5E9wfQrUz2XnvIOW4ZrK1Kog9I29/W/Dee64=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "2de3eea4261b2215c732bf81d185179a5e1c2980",
"rev": "5140763f6b06268375e06698636796fa063b944c",
"type": "github"
},
"original": {
@ -335,11 +335,11 @@
]
},
"locked": {
"lastModified": 1748529677,
"narHash": "sha256-MJEX3Skt5EAIs/aGHD8/aXXZPcceMMHheyIGSjvxZN0=",
"lastModified": 1748570847,
"narHash": "sha256-XU1a6wFctd+s3ZvBIFB6s4GhPJ+Oc6pkeOrEsbA2fMo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "da282034f4d30e787b8a10722431e8b650a907ef",
"rev": "4e9efaa68b0be7e19127dad4f0506a9b89e28ef4",
"type": "github"
},
"original": {
@ -379,26 +379,27 @@
"nixpkgs-25_05": "nixpkgs-25_05"
},
"locked": {
"lastModified": 1748540497,
"narHash": "sha256-QtXdmcjodPP0QWxpxGlg3IwGBm7iWu0MMN17X9Qf/0Q=",
"owner": "simple-nixos-mailserver",
"lastModified": 1748609342,
"narHash": "sha256-IKB5hh2BVJ8XsNqFvmQn2I34BwRLVRbIRq9gQN6tN84=",
"owner": "chvp",
"repo": "nixos-mailserver",
"rev": "a1e927665660762b92fdaa9b9168322057c9ae0d",
"rev": "519a85a801c84341f0d007af86734ba2b5780a24",
"type": "gitlab"
},
"original": {
"owner": "simple-nixos-mailserver",
"owner": "chvp",
"ref": "ldap-mail-directory-assertion",
"repo": "nixos-mailserver",
"type": "gitlab"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1748370509,
"narHash": "sha256-QlL8slIgc16W5UaI3w7xHQEP+Qmv/6vSNTpoZrrSlbk=",
"lastModified": 1748460289,
"narHash": "sha256-7doLyJBzCllvqX4gszYtmZUToxKvMUrg45EUWaUYmBg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4faa5f5321320e49a78ae7848582f684d64783e9",
"rev": "96ec055edbe5ee227f28cdbc3f1ddf1df5965102",
"type": "github"
},
"original": {
@ -426,11 +427,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1748037224,
"narHash": "sha256-92vihpZr6dwEMV6g98M5kHZIttrWahb9iRPBm1atcPk=",
"lastModified": 1748421225,
"narHash": "sha256-XXILOc80tvlvEQgYpYFnze8MkQQmp3eQxFbTzb3m/R0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f09dede81861f3a83f7f06641ead34f02f37597f",
"rev": "78add7b7abb61689e34fc23070a8f55e1d26185b",
"type": "github"
},
"original": {
@ -449,11 +450,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1748547912,
"narHash": "sha256-btlD7hp+NtD+rzipgnw9z9Bg4g2J3YMGtNtvSueuYA4=",
"lastModified": 1748604420,
"narHash": "sha256-TpGjB8lehR8u00YtcWkwE3daevoGto6r5CZNn7wA1a8=",
"owner": "nix-community",
"repo": "NUR",
"rev": "220706c9956e9610b651f3f8d8ef2ecfaeb546f6",
"rev": "767dc9e05f7e94bc64e70adca701fd696673d251",
"type": "github"
},
"original": {

View file

@ -70,7 +70,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
url = "gitlab:chvp/nixos-mailserver/ldap-mail-directory-assertion";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";