add bfg via nix

This commit is contained in:
Cyryl Płotnicki 2021-04-03 12:52:05 +01:00
parent c43dce6016
commit f52f96082a
4 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
My dotfiles - including my vim, terminal and font configs.
Mostly focusing on setting things up on NixOS, but supporting other OSes where possible.
bootstrap new machine with NixOS:
## bootstrap new machine with NixOS:
1. boot the target machine from the livecd
1. change password for the default user `nixos`
@ -23,3 +23,7 @@ bootstrap new machine with NixOS:
1. `swapon /dev/sda3`
1. `nixos-generate-config --root /mnt`
1. `vim /mnt/etc/nixos/configuration.nix`
## guix
I'm just starting to play with guix, these are just loose notes:

View file

@ -6,6 +6,7 @@
apvlv
aria
atop
bfg-repo-cleaner
binutils
bitwarden-cli
btrfs-progs

View file

@ -1,2 +0,0 @@
#!/bin/sh
java -jar ~/tools/bfg-1.12.14.jar "$@"

Binary file not shown.