fix: remove usage of impure variable currentSystem in flakes

This commit is contained in:
oddlama 2023-02-02 00:27:29 +01:00
parent 7602e548a7
commit 24900c5624
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A

View File

@ -77,7 +77,7 @@ let
outputs = { nixpkgs, ... }: {
colmena = {
${configName} = import nixpkgs {
system = "${currentSystem}";
system = "x86_64-linux"; # Set your desired system here
overlays = [];
};
};