fix devShell

This commit is contained in:
griffi-gh 2025-02-17 22:32:09 +01:00
parent b9a1d2f7ff
commit 5dabf6359a
2 changed files with 2 additions and 1 deletions

View file

@ -81,7 +81,7 @@
}; };
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
RUST_SRC_PATH = "${pkgs.rustPlatform.rustcSrc}/library"; RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
NIX_PATH = "nixpkgs=${pkgs.path}"; NIX_PATH = "nixpkgs=${pkgs.path}";
inputsFrom = [ defaultPackage packages.manualFast ]; inputsFrom = [ defaultPackage packages.manualFast ];

View file

@ -93,6 +93,7 @@ with builtins; rec {
# Largely compatible with NixOps/Morph. # Largely compatible with NixOps/Morph.
deploymentOptions = { name, lib, ... }: let deploymentOptions = { name, lib, ... }: let
inherit (lib) types; inherit (lib) types;
mdDoc = lib.mdDoc or lib.id;
in { in {
options = { options = {
deployment = { deployment = {