From f0719aa6d165e3b5561075eaf6bc65f35b318a08 Mon Sep 17 00:00:00 2001 From: William Clarke Date: Mon, 11 Jan 2021 20:39:04 +0000 Subject: [PATCH] Update flake.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think there may have been a typo - it makes more sense to me to name macbook pro with `pro`. 🤷 😃 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 79326da..d21d69d 100644 --- a/flake.nix +++ b/flake.nix @@ -8,8 +8,8 @@ apple-macbook-air-3 = import ./apple/macbook-air/3; apple-macbook-air-4 = import apple/macbook-air/4; apple-macbook-air-6 = import apple/macbook-air/6; - apple-macbook-air-10-1 = import ./apple/macbook-pro/10-1; - apple-macbook-air-12-1 = import ./apple/macbook-pro/12-1; + apple-macbook-pro-10-1 = import ./apple/macbook-pro/10-1; + apple-macbook-pro-12-1 = import ./apple/macbook-pro/12-1; beagleboard-pocketbeagle = import ./beagleboard/pocketbeagle; dell-g3-3779 = import ./dell/g3/3779; dell-latitude-3480 = import ./dell/latitude/3480;