mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
added x2100 to machines
This commit is contained in:
parent
d920c7abeb
commit
78d16f0db4
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ inputs: lib: with lib; let
|
||||||
nixpkgs_version = inputs.nixos-apple-silicon.inputs.nixpkgs;
|
nixpkgs_version = inputs.nixos-apple-silicon.inputs.nixpkgs;
|
||||||
hm_version = inputs.home-manager;
|
hm_version = inputs.home-manager;
|
||||||
};
|
};
|
||||||
|
x2100 = {
|
||||||
|
arch = "x86_64-linux";
|
||||||
|
nixpkgs_version = inputs.nixpkgs;
|
||||||
|
hm_version = inputs.home-manager;
|
||||||
|
};
|
||||||
lambda = {
|
lambda = {
|
||||||
inherit tld;
|
inherit tld;
|
||||||
arch = "aarch64-linux";
|
arch = "aarch64-linux";
|
||||||
|
|
Loading…
Add table
Reference in a new issue