mirror of
https://github.com/numtide/flake-utils.git
synced 2024-11-26 10:34:00 +03:00
remove unused functions
This commit is contained in:
parent
8088c6dbe8
commit
3982c9903e
@ -1,11 +1,4 @@
|
||||
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
|
||||
defaultSystems = [
|
||||
"aarch64-linux"
|
||||
|
Loading…
Reference in New Issue
Block a user