From 4e970f7cc35d2747af0baa6fca9df5abc18bee43 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 14 Jun 2025 15:01:30 -0500 Subject: hosts: Rename ades/* to bean/* --- hosts/ades/default.nix | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 hosts/ades/default.nix (limited to 'hosts/ades/default.nix') diff --git a/hosts/ades/default.nix b/hosts/ades/default.nix deleted file mode 100644 index 82496c1..0000000 --- a/hosts/ades/default.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ mkHost, hosts, inputs }: - -let - inherit (inputs) nixpkgs; - inherit (nixpkgs.lib.attrsets) - mergeAttrsList; -in -mergeAttrsList - ((map (h: mkHost "x86_64-linux" h - [ ./common.nix - ./users.nix ]) - [ - "acheron" - "asphodel" - "cocytus" - "elysium" - "lethe" - "makaron" - "oneiron" - "tartarus" - ]) - ++ - (map (h: mkHost "x86_64-linux" h - [ ./common.nix - ./users.nix - ./${h}.nix ]) - [ - "styx" - ])) -// mkHost "x86_64-linux" "ades-live" [ - ./common.nix - ./iso.nix -] -- cgit v1.2.3