mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
move mkmachine in separate file
This commit is contained in:
parent
968b0c90bd
commit
996e6dec50
4 changed files with 82 additions and 85 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue