oops
This commit is contained in:
parent
5aa1f71dc8
commit
25403ef67d
|
@ -17,7 +17,7 @@
|
|||
|
||||
packages = let
|
||||
forBuildSystem = platform: let
|
||||
toBuildSystem = config: config.extendModules { modules = [ { nixpkgs.buildPlatform = "x86_64-linux"; } ]; };
|
||||
toBuildSystem = config: config.extendModules { modules = [ { nixpkgs.buildPlatform = platform; } ]; };
|
||||
toToplevel = extended: {
|
||||
system = extended.config.system.build.toplevel;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue