Reloacted packages, compiles, emacs deps work.

This commit is contained in:
2024-09-07 01:11:53 +03:00
parent 5971d9534e
commit 85ecb7b4a0
10 changed files with 72 additions and 43 deletions
+3 -3
View File
@@ -30,10 +30,10 @@
inherit (self) outputs;
# Supported systems for your flake packages, shell, etc.
systems = [
# "aarch64-linux"
"aarch64-linux"
"x86_64-linux"
# "aarch64-darwin"
# "x86_64-darwin"
"aarch64-darwin"
"x86_64-darwin"
];
# This is a function that generates an attribute by calling a function you
# pass to it, with each system as an argument