Squash some warnings, add fwupd

This commit is contained in:
2025-12-26 14:47:54 +01:00
parent 62a2847dfa
commit 986d75876f
4 changed files with 7 additions and 12 deletions

View File

@@ -67,10 +67,5 @@
install -Dm444 -t $out/share/metainfo data/com.github.qarmin.czkawka.metainfo.xml
'';
};
# For 'nix develop' - gives you a shell with cargo/rustc ready
devShells.${system}.default = pkgs.mkShell {
inherit nativeBuildInputs buildInputs;
};
};
}