feat: nci integration for devshell
This commit is contained in:
parent
43fc6e37c5
commit
cd4ba26eed
|
@ -81,8 +81,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
nci.projects.main.path = ./.;
|
#nci.projects.main = {
|
||||||
nci.crates.main = { };
|
# path = ./.;
|
||||||
|
# numtideDevshell = "default";
|
||||||
|
#};
|
||||||
|
#nci.crates.main = { };
|
||||||
|
|
||||||
# devShells.default = config.nci.outputs.main.devShell.overrideAttrs (old: {
|
# devShells.default = config.nci.outputs.main.devShell.overrideAttrs (old: {
|
||||||
# nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cargo-release ];
|
# nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cargo-release ];
|
||||||
|
|
Loading…
Reference in a new issue