feat: nci integration for devshell
This commit is contained in:
parent
43fc6e37c5
commit
cd4ba26eed
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue