Fix flake/devShell #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "griffi-gh/colmena:fix-flake"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add missing
mdDoc
let bindingfix rust src path in the devshell
@ -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;
I think the better thing is to remove the occurences of
mdDoc
they should never have been introduced in the first place239493cd5b
to5dabf6359a
Pull request closed