nixpkgs/nixos/modules/system/boot/loader/grub
danbst 3b0534310c mass replace "flip map -> foreach"
See `foreach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /foreach /g'
```
2019-07-14 13:46:10 +03:00
..
grub.nix mass replace "flip map -> foreach" 2019-07-14 13:46:10 +03:00
install-grub.pl nixos/install-grub: include child configs in grub menu 2019-07-11 17:38:25 +05:30
ipxe.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
memtest.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00