Move quixos protocol to repository root
This commit is contained in:
Generated
+2
-2
@@ -74,11 +74,11 @@
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"path": "../../quixos-protocol",
|
||||
"path": "../../../quixos-protocol",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "../../quixos-protocol",
|
||||
"path": "../../../quixos-protocol",
|
||||
"type": "path"
|
||||
},
|
||||
"parent": []
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
quixos-protocol.url = "path:../../quixos-protocol";
|
||||
quixos-protocol.url = "path:../../../quixos-protocol";
|
||||
quixosNixHelpers = {
|
||||
url = "git+https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git?rev=8dde1f6b82197e5c508ad4260e258ffecc7828a9";
|
||||
flake = false;
|
||||
@@ -30,7 +30,7 @@
|
||||
pkgs.protobuf
|
||||
];
|
||||
devShellHook = { pkgs, ... }: ''
|
||||
export QUIXOS_PROTO_PATH="${pkgs.protobuf}/include:$PWD/../../quixos-protocol/proto''${QUIXOS_PROTO_PATH:+:$QUIXOS_PROTO_PATH}"
|
||||
export QUIXOS_PROTO_PATH="${pkgs.protobuf}/include:$PWD/../../../quixos-protocol/proto''${QUIXOS_PROTO_PATH:+:$QUIXOS_PROTO_PATH}"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user