Compare commits

...

3 commits

Author SHA1 Message Date
Théo Barnouin
5d4c559970 Update cargoHash 2024-11-14 09:40:56 +01:00
Théo Barnouin
5f9f219cd3 Update gitignore 2024-11-14 09:36:15 +01:00
Théo Barnouin
254ed0e074 Update gitignore 2024-11-14 09:36:01 +01:00
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/.flatpak-builder/
/src/config.rs
/subprojects/blueprint-compiler
result/

View file

@ -52,6 +52,8 @@
gst_all_1.gstreamer
];
cargoHash = "";
cargoArtifacts = craneLib.buildDepsOnly ({
src = craneLib.cleanCargoSource (craneLib.path ./.);
inherit buildInputs nativeBuildInputs;