From 3982c9903e93927c2164caa727cd3f6a0e6d14cc Mon Sep 17 00:00:00 2001 From: zimbatm Date: Thu, 7 Jan 2021 21:33:22 +0100 Subject: [PATCH] remove unused functions --- default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/default.nix b/default.nix index f30f13e..f94262f 100644 --- a/default.nix +++ b/default.nix @@ -1,11 +1,4 @@ let - # copied from - genAttrs = names: f: - builtins.listToAttrs (map (n: { name = n; value = f n; }) names); - - mapAttrsToList = f: attrs: - map (name: f name attrs.${name}) (builtins.attrNames attrs); - # The list of systems supported by nixpkgs and hydra defaultSystems = [ "aarch64-linux"