remove unused functions
This commit is contained in:
parent
8088c6dbe8
commit
3982c9903e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue