We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e7cd1 commit 4eb3faeCopy full SHA for 4eb3fae
flake.lock
flake.nix
@@ -4,15 +4,28 @@
4
flake-utils.url = "github:numtide/flake-utils";
5
rust-overlay.url = "github:oxalica/rust-overlay";
6
7
- # include git submodules
+ # let git manage submodules
8
self.submodules = true;
9
+ proto = {
10
+ url = "path:src-tauri/proto";
11
+ flake = false;
12
+ };
13
+ defguard-ui = {
14
+ url = "path:src/shared/defguard-ui";
15
16
17
+ boringtun = {
18
+ url = "path:swift/boringtun";
19
20
21
};
22
23
outputs = {
24
self,
25
nixpkgs,
26
flake-utils,
27
rust-overlay,
28
+ ...
29
}:
30
flake-utils.lib.eachDefaultSystem (system: let
31
# add rust overlay
0 commit comments