updated file
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 7s
Nix Format Check / check-format (push) Successful in 1m16s
Python Lint Check / check-python (push) Failing after 8s

This commit is contained in:
2025-09-23 16:20:57 +02:00
parent 6fcabcd1f3
commit e3ea18c9da

View File

@@ -18,11 +18,6 @@
opnix,
}:
let
supportedSystems = [
"x86_64-linux"
"aarch64-linux"
];
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
pkgsFor =
system:
import nixpkgs {