Compare commits
No commits in common. "5d4c559970eb3bb5f5c516978b8eff4319291cc2" and "b2b2630e39980efee6f4b83c13d384cc0551c706" have entirely different histories.
5d4c559970
...
b2b2630e39
2 changed files with 0 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,4 +5,3 @@
|
||||||
/.flatpak-builder/
|
/.flatpak-builder/
|
||||||
/src/config.rs
|
/src/config.rs
|
||||||
/subprojects/blueprint-compiler
|
/subprojects/blueprint-compiler
|
||||||
result/
|
|
||||||
|
|
|
@ -52,8 +52,6 @@
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoHash = "";
|
|
||||||
|
|
||||||
cargoArtifacts = craneLib.buildDepsOnly ({
|
cargoArtifacts = craneLib.buildDepsOnly ({
|
||||||
src = craneLib.cleanCargoSource (craneLib.path ./.);
|
src = craneLib.cleanCargoSource (craneLib.path ./.);
|
||||||
inherit buildInputs nativeBuildInputs;
|
inherit buildInputs nativeBuildInputs;
|
||||||
|
|
Loading…
Reference in a new issue