diff --git a/.gitignore b/.gitignore index a73595a..1a15d90 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ /.flatpak-builder/ /src/config.rs /subprojects/blueprint-compiler -result/ diff --git a/flake.nix b/flake.nix index 753aa1e..4892b24 100644 --- a/flake.nix +++ b/flake.nix @@ -52,8 +52,6 @@ gst_all_1.gstreamer ]; - cargoHash = ""; - cargoArtifacts = craneLib.buildDepsOnly ({ src = craneLib.cleanCargoSource (craneLib.path ./.); inherit buildInputs nativeBuildInputs;