From fc915a4e7a48323d7019e8a13935912bcf25bca6 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 04 Sep 2024 22:34:10 +0000 Subject: [PATCH] fix: flake.nix --- --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ pkgs, ... }: let - inherit (lib.attrSets) mapAttrs'; + inherit (lib.attrsets) mapAttrs'; inherit (lib.lists) elem; # Can also be built for darwin, through it is not usual to deploy nixos systems from macos machines. # I have no hardware for such testing, thus only adding machines I actually have and use. -- gitstuff