Merge pull request #1 from fufexan/nix-cleanup-cleanup
Nix cleanup cleanup
This commit is contained in:
3
.github/workflows/cargo-build.yml
vendored
3
.github/workflows/cargo-build.yml
vendored
@ -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 = [
|
||||
|
Reference in New Issue
Block a user