[NixOS] Add efibootmgr

This commit is contained in:
Ivan Malison 2023-08-23 14:14:08 -06:00
parent 851ba4514c
commit 305aa3a0c1

View File

@ -18,9 +18,6 @@ in
nixpkgs.config.allowBroken = true; nixpkgs.config.allowBroken = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
python-with-my-packages
emacs
automake automake
bazel bazel
bind bind
@ -30,14 +27,16 @@ in
dex dex
direnv direnv
dpkg dpkg
efibootmgr
emacs
fd fd
file file
gawk gawk
gcc gcc
gdb gdb
gitFull
git-lfs git-lfs
git-sync git-sync
gitFull
glxinfo glxinfo
gnumake gnumake
gparted gparted
@ -57,6 +56,7 @@ in
patchelf patchelf
pciutils pciutils
pstree pstree
python-with-my-packages
rclone rclone
rcm rcm
ripgrep ripgrep