Flake update

This commit is contained in:
2026-02-19 09:57:11 +00:00
parent ba9a2a0957
commit 13351d32e8
4 changed files with 53 additions and 69 deletions

View File

@@ -5,11 +5,10 @@
outputs = {
self,
nixpkgs,
systems,
}: let
inherit (nixpkgs) lib;
eachSystem = f:
lib.genAttrs (import systems) (system:
lib.genAttrs ["aarch64-linux" "x86_64-linux"] (system:
f {
inherit system;
pkgs = nixpkgs.legacyPackages.${system};