mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
move mkmachine in separate file
This commit is contained in:
parent
c400b68f47
commit
cd7904bdd8
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