From 76e09f985e800f8e3abec1b8fda7f32f1f2e82cb Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Wed, 04 Sep 2024 22:36:23 +0000 Subject: [PATCH] Merge pull request #7 from mrshiposha/fix/flake-file --- --- 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