Merge pull request 'rename clanCore to clan.core' (#219) from Mic92-main into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/219
This commit is contained in:
Mic92
2023-08-30 12:48:49 +00:00

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
];