src/platforms/common: factor out {amd,arm}64.nix
This commit creates a (currently empty) overlay list for things common to each of the amd64 and arm64 platform-classes.master
parent
0ecb6e67da
commit
197e82f050
@ -0,0 +1,7 @@
|
|||||||
|
{ lib ? import <nixpkgs/lib>
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
overlays = [( final: prev: {
|
||||||
|
})];
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
{ lib ? import <nixpkgs/lib>
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
overlays = [(final: prev: {
|
||||||
|
})];
|
||||||
|
}
|
Loading…
Reference in New Issue