Skip to content

Commit

Permalink
ioc/base: properly select the base package for the build
Browse files Browse the repository at this point in the history
fixes #15
  • Loading branch information
minijackson committed Jul 24, 2023
1 parent 8ec9f81 commit b9c8272
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ioc/modules/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,14 @@ in {
}
];
};

config.nixpkgs.overlays = [
(_final: prev: {
epnix =
prev.epnix
// {
epics-base = cfg.package;
};
})
];
}

0 comments on commit b9c8272

Please sign in to comment.