mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
re-enable other system types
This commit is contained in:
parent
12439146d5
commit
027d006956
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
systems = [
|
systems = [
|
||||||
# "x86_64-linux"
|
"x86_64-linux"
|
||||||
# "x86_64-darwin"
|
"x86_64-darwin"
|
||||||
"aarch64-darwin"
|
"aarch64-darwin"
|
||||||
# "aarch64-linux"
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
|
|
||||||
perSystem = {
|
perSystem = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue