nix begat oizys
Go to file
Daylin Morgan 69556880f9
flake.lock: Update
Flake lock file updates:

• Updated input 'inputs':
    'github:daylinmorgan/oizys/60a1c20747ef729ba07e8bbc18fa8caebdd85010?dir=inputs' (2024-02-27)
  → 'github:daylinmorgan/oizys/8766668a1c2a01a68982ee2e25f696662a679fdf?dir=inputs' (2024-02-27)
• Updated input 'inputs/hyprland':
    'github:hyprwm/Hyprland/98034fea3c1d5c1836bcc3b523cf1089dd5ac502' (2024-02-27)
  → 'github:hyprwm/Hyprland/1698d336f2511ee7c93d0a520c7ba3491c831e8d' (2024-02-29)
• Updated input 'inputs/nixpkgs':
    'github:nixos/nixpkgs/8520c158aee718c6e87b56881105fc4223c3c723' (2024-02-27)
  → 'github:nixos/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811' (2024-02-29)
• Updated input 'inputs/nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/c4fff942ce8dc430bb33f983dab44d308c2966a9' (2024-02-27)
  → 'github:nix-community/nixpkgs-wayland/80c30658b9c38af1fac51eb3fc6f423a1f0ae36d' (2024-02-29)
• Updated input 'inputs/nixpkgs-wayland/lib-aggregate':
    'github:nix-community/lib-aggregate/4b00c6e0995270afe27f5ea590a6ed25622963e2' (2024-02-25)
  → 'github:nix-community/lib-aggregate/1f03ac8dc3a54f68f55d36b5e7fc65afc302a3d7' (2024-02-29)
• Updated input 'inputs/nixpkgs-wayland/lib-aggregate/flake-utils':
    'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
  → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28)
2024-02-29 12:03:38 -06:00
.github/workflows nix flake update not needed with ?dir 2024-02-22 12:35:56 -06:00
hosts library extensions 2024-02-27 10:27:41 -06:00
inputs to revert 2024-02-27 12:51:16 -06:00
lib use empty list as default 2024-02-27 10:41:27 -06:00
modules improve command line parsing in oizys cli 2024-02-27 13:27:20 -06:00
oizys improve command line parsing in oizys cli 2024-02-27 13:27:20 -06:00
overlays switch to new pinix flake 2024-02-15 16:05:24 -06:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md update oizys help 2024-02-20 13:13:02 -06:00
flake.lock flake.lock: Update 2024-02-29 12:03:38 -06:00
flake.nix go back to subdir approach 2024-02-22 12:32:54 -06:00
todo.md finish styx rename 2024-01-28 11:58:47 -06:00

README.md

oizys

nix begat oizys

This is a custom multi-host nixos flake. See below for the currently maintained hosts.

hosts

rune name system
othalan Thinkpad Carbon X1 Gen 9
algiz Vultr VPS hosting forgejo,soft-serve & gts
mannaz Custom AMD Tower with Nvidia 1050ti

oizys cli

A small helper utility that mostly just wraps nix commands for convenience.

nix run "github:daylinmorgan/oizys"
oizys <cmd> [opts]

commands:
  dry     poor man's nix flake check
  boot    nixos-rebuild boot
  switch  nixos-rebuild switch
  cache   build and push to cachix
  build   build system flake

options:
  -h|--help      show this help
     --host      hostname (current host)
  -f|--flake     path to flake ($FLAKE_PATH or $HOME/oizys)
  -c|--cache     name of cachix binary cache (daylin)
     --no-pinix  don't use pinix

oizys?

Oizys was birthed by the goddess Nyx/Nix and embodies suffering and misery. Which is all that awaits you if you embrace nix.


[!NOTE] I don't use home-manager to manager my shell/user configs. You can find those in my separate chezmoi-managed dotfiles repository.