Fix flake/devShell #13

Closed
griffi-gh wants to merge 0 commits from griffi-gh/colmena:fix-flake into main
Contributor

add missing mdDoc let binding

fix rust src path in the devshell

add missing `mdDoc` let binding fix rust src path in the devshell
requested review from rlahfa 2025-02-19 22:40:02 +01:00
thubrecht reviewed 2025-02-20 13:16:37 +01:00
@ -93,6 +93,7 @@ with builtins; rec {
# Largely compatible with NixOps/Morph.
deploymentOptions = { name, lib, ... }: let
inherit (lib) types;
mdDoc = lib.mdDoc or lib.id;
Owner

I think the better thing is to remove the occurences of mdDoc they should never have been introduced in the first place

I think the better thing is to remove the occurences of `mdDoc` they should never have been introduced in the first place
griffi-gh force-pushed fix-flake from 239493cd5b to 5dabf6359a 2025-02-22 00:03:27 +01:00 Compare
griffi-gh closed this pull request 2025-02-26 21:05:57 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DGNum/colmena#13
No description provided.