move mkmachine in separate file

This commit is contained in:
Luj 2023-11-06 10:20:10 +01:00
parent 968b0c90bd
commit 996e6dec50
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 82 additions and 85 deletions

View file

@ -48,9 +48,9 @@ inputs: lib: with lib; let
hm_version = inputs.home-manager;
};
telecom = {
arch = "x86_64-linux";
nixpkgs_version = inputs.nixpkgs;
hm_version = inputs.home-manager;
arch = "x86_64-linux";
nixpkgs_version = inputs.unstable-plus-patches;
hm_version = inputs.home-manager-unstable;
};
enigma = {
arch = "aarch64-linux";