Full locking support: handle DBUS

This commit is contained in:
bluepython508
2025-03-22 17:12:14 +00:00
parent d3cb9da3aa
commit 4c4ee87e08
4 changed files with 791 additions and 73 deletions

View File

@@ -19,7 +19,7 @@
imports = [
crane-flake-parts.flakeModules.default
];
systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
systems = [ "x86_64-linux" "aarch64-linux" ];
crane.source = ./.;
perSystem = { pkgs, lib, ... }: {
crane.craneArgs = {