chore(justfile): add ebuild recipe for nix build shortcut

Changed files
+7 -1
+2
README.md
···
## Note to self
* try to keep it simple as much as possible
## TODO
- [ ] migrate ~/.yubico/authorized_yubikeys to HM config (via pam.yubico.authorizedYubiKeys.ids)
···
## Note to self
* try to keep it simple as much as possible
+
✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓
+
## TODO
- [ ] migrate ~/.yubico/authorized_yubikeys to HM config (via pam.yubico.authorizedYubiKeys.ids)
+5 -1
justfile
···
-
# I LOVE MAKEFILE!!!!!!
default: build
···
utils recipe="list":
@echo "Running utils/{{recipe}}"
@cd utils && just {{recipe}}
···
+
# friendship ended with Makefile
+
# I LOVE justFILE!!!!!!
default: build
···
utils recipe="list":
@echo "Running utils/{{recipe}}"
@cd utils && just {{recipe}}
+
+
ebuild system:
+
nix build -j8 .#nixosConfigurations."{{system}}".config.system.build.toplevel