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:
|
||||
|
||||
```nix
|
||||
```
|
||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||
name = "zero-to-nix-rust";
|
||||
src = ./.;
|
||||
@@ -24,7 +23,9 @@ Here's an example you can put in Nix flake:
|
||||
};
|
||||
};
|
||||
```
|
||||
```
|
||||
|
||||
Then run:
|
||||
|
||||
|
||||
#### Third party/Remote
|
||||
|
||||
|
Reference in New Issue
Block a user