Work m1
This commit is contained in:
parent
b266417c69
commit
a2f727f848
1 changed files with 19 additions and 19 deletions
|
@ -118,8 +118,9 @@
|
||||||
linux
|
linux
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
work = forAllSystems (
|
workm1 = let
|
||||||
system:
|
system = "aarch64-linux";
|
||||||
|
in
|
||||||
home-manager.lib.homeManagerConfiguration {
|
home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
|
@ -135,8 +136,7 @@
|
||||||
}
|
}
|
||||||
macos
|
macos
|
||||||
];
|
];
|
||||||
}
|
};
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disk partition schemes and functions
|
# Disk partition schemes and functions
|
||||||
|
|
Loading…
Reference in a new issue