feat: nci integration for devshell

This commit is contained in:
Patrick 2024-11-14 21:01:49 +01:00
parent 43fc6e37c5
commit cd4ba26eed
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -81,8 +81,11 @@
};
# Rust
nci.projects.main.path = ./.;
nci.crates.main = { };
#nci.projects.main = {
# path = ./.;
# numtideDevshell = "default";
#};
#nci.crates.main = { };
# devShells.default = config.nci.outputs.main.devShell.overrideAttrs (old: {
# nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cargo-release ];