Compare commits

...

2 commits

Author SHA1 Message Date
Patrick cd4ba26eed
feat: nci integration for devshell 2024-11-14 21:01:49 +01:00
Patrick 43fc6e37c5
fix: gitignore 2024-11-11 17:42:59 +01:00
2 changed files with 13 additions and 2 deletions

8
default/.gitignore vendored
View file

@ -1 +1,9 @@
.direnv .direnv
.pre-commit-config.yaml
#Nix
result*
#Rust
target/
#Python
__pycache__/
*.py[cot]

View file

@ -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 ];