Fixes and more shell

This commit is contained in:
Aner Zakobar
2026-04-25 21:47:42 +03:00
parent 5e82ca5fe0
commit 5e8d5f575a
5 changed files with 26 additions and 0 deletions
+4
View File
@@ -101,5 +101,9 @@
# };
};
devShells = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-linux" ] (system:
(import ./shells) { pkgs = nixpkgs.legacyPackages.${system}; }
);
};
}