add gnugrep
This commit is contained in:
parent
d3d4ccf9d6
commit
e2cb7ec4cc
2 changed files with 6 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue