Merge pull request from fufexan/nix-cleanup-cleanup

Nix cleanup cleanup
This commit is contained in:
raf
2024-10-13 20:20:47 +00:00
committed by GitHub
3 changed files with 1 additions and 4 deletions
.github/workflows
nix

@ -21,8 +21,7 @@ jobs:
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install dependencies
run: nix develop --impure
- uses: nicknovitski/nix-develop@v1
- uses: actions-rs/toolchain@v1
name: Install rust toolchain

@ -33,7 +33,6 @@ in
name = "${pname}-${version}";
};
enableParallelBuilding = true;
strictDeps = true;
cargoLock = {

@ -31,7 +31,6 @@ in
inherit lockFile;
};
enableParallelBuilding = true;
strictDeps = true;
nativeBuildInputs = [