Compare commits
2 commits
6ddc1adcc8
...
cd4ba26eed
Author | SHA1 | Date | |
---|---|---|---|
Patrick | cd4ba26eed | ||
Patrick | 43fc6e37c5 |
8
default/.gitignore
vendored
8
default/.gitignore
vendored
|
@ -1 +1,9 @@
|
|||
.direnv
|
||||
.pre-commit-config.yaml
|
||||
#Nix
|
||||
result*
|
||||
#Rust
|
||||
target/
|
||||
#Python
|
||||
__pycache__/
|
||||
*.py[cot]
|
||||
|
|
|
@ -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