remove unused functions

This commit is contained in:
zimbatm 2021-01-07 21:33:22 +01:00
parent 8088c6dbe8
commit 3982c9903e
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
1 changed files with 0 additions and 7 deletions

View File

@ -1,11 +1,4 @@
let let
# copied from <nixpkgs/lib>
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 # The list of systems supported by nixpkgs and hydra
defaultSystems = [ defaultSystems = [
"aarch64-linux" "aarch64-linux"