add gnugrep

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-16 15:23:19 -06:00
parent d3d4ccf9d6
commit e2cb7ec4cc
2 changed files with 6 additions and 1 deletions

View file

@ -265,6 +265,7 @@ lib.mkMerge [
pkgs.findutils pkgs.findutils
pkgs.gawk pkgs.gawk
pkgs.bcachefs-tools pkgs.bcachefs-tools
pkgs.gnugrep
] ]
}:/bin:/sbin"; }:/bin:/sbin";
}; };

View file

@ -91,9 +91,13 @@ nixos-generate-config --root /mnt
```sh ```sh
nixos-install --flake "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#i001" nixos-install --flake "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#i001"
# nh os switch "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#i001"
``` ```
After boot
```sh
nh os switch "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#nixosConfigurations.i001"
```
or
```sh ```sh
cd ~/.config cd ~/.config
git clone https://git.joshuabell.xyz/ringofstorms/dotfiles nixos-config git clone https://git.joshuabell.xyz/ringofstorms/dotfiles nixos-config