Merge pull request 'rename clanCore to clan.core' (#219) from Mic92-main into main
Some checks failed
checks-impure / test (push) Successful in 3s
checks / test (push) Failing after 20s

Reviewed-on: #219
This commit is contained in:
Mic92 2023-08-30 12:48:49 +00:00
commit 5e86860312

View File

@ -43,7 +43,7 @@ If you already manage NixOS machines using a flake, you can integrate them with
directory = ./.;
machines = {
turingmachine = {
nixpkgs.pkgs = nixpkgs.legacyPackages.aarch64-linux;
nixpkgs.hostPlatform = "x86_64-linux";
imports = [
./configuration.nix
];