forked from DGNum/infrastructure
Tom Hubrecht
ecbad0a638
This adds subdirectories for the different types of systems, for the modules and the machines
10 lines
181 B
Nix
10 lines
181 B
Nix
_:
|
|
|
|
{
|
|
nixpkgs.overlays = [
|
|
(self: _: {
|
|
crabfit-api = self.callPackage ./crabfit-api { };
|
|
crabfit-frontend = self.callPackage ./crabfit-frontend { };
|
|
})
|
|
];
|
|
}
|