From 3a359ff2daa5afb8ae1948eec12d39228e4193bb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 15 Dec 2023 07:50:52 -0800 Subject: various fixes for errors reported by deadnix --- flake/hosts.nix | 2 +- flake/mba.nix | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 flake/mba.nix (limited to 'flake') diff --git a/flake/hosts.nix b/flake/hosts.nix index b0bc74c..9ec9d1b 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -1,6 +1,6 @@ { inputs, ... }: let - inherit (inputs) self nixpkgs darwin home-manager; + inherit (inputs) nixpkgs darwin home-manager; inherit (nixpkgs.lib) mkMerge; mkDarwinConfig = system: path: diff --git a/flake/mba.nix b/flake/mba.nix deleted file mode 100644 index 60ac876..0000000 --- a/flake/mba.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ nixpkgs, home-manager, darwin, inputs, ... }: - -let - default-system = "aarch64-darwin"; - - nixpkgsConfig = { - config = { - allowUnfree = true; - }; - }; -in -{ - system = darwin.lib.darwinSystem { - system = default-system; - modules = [ - ../hosts/mba - home-manager.darwinModules.home-manager - ]; - }; -} -- cgit 1.4.1