vault backup: 2024-07-11 22:22:11
This commit is contained in:
@@ -15,7 +15,6 @@ Set something to build inside your Nix flake (`flake.nix`) then run `nix build`.
|
|||||||
Here's an example you can put in Nix flake:
|
Here's an example you can put in Nix flake:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
```
|
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||||
name = "zero-to-nix-rust";
|
name = "zero-to-nix-rust";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
@@ -24,7 +23,9 @@ Here's an example you can put in Nix flake:
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
```
|
|
||||||
|
Then run:
|
||||||
|
|
||||||
|
|
||||||
#### Third party/Remote
|
#### Third party/Remote
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user