[NixOS] Add efibootmgr
This commit is contained in:
parent
851ba4514c
commit
305aa3a0c1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user