refactor: add missing files to SwarselSystems.org

This commit is contained in:
Leon Schwarzäugl 2024-12-29 01:03:59 +01:00
parent d538762c7e
commit 8a7e6102ac
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 473 additions and 128 deletions

View file

@ -15,8 +15,7 @@
"aarch64-darwin"
];
pkgsFor = lib.genAttrs (import systems) (
system:
pkgsFor = lib.genAttrs (import systems) (system:
import inputs.nixpkgs {
inherit system;
config.allowUnfree = true;