add openmodelica

This commit is contained in:
2026-05-07 21:42:20 +09:00
parent d00f43a12e
commit 6ca3a89910
4 changed files with 130 additions and 16 deletions

View File

@@ -16,6 +16,15 @@
specialArgs = { inherit inputs; };
modules = [
./configuration.nix
({ pkgs, ... }: {
# Define the overlay inline or in a separate file
nixpkgs.overlays = [
(final: prev: {
openmodelica = final.callPackage ./nixpkgs/openmodelica.nix { };
})
];
})
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
@@ -27,3 +36,4 @@
};
};
}