vault backup: 2024-07-11 22:22:11

This commit is contained in:
2024-07-11 22:22:11 -04:00
parent 25ee1d1caf
commit 0c067f4516

View File

@@ -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