nix begat oizys
Find a file
Daylin Morgan bf192f478d
flake.lock: Update
Flake lock file updates:

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/63e3668529f6c06478ec288723d0ba46374c4bc5?narHash=sha256-8/JkRxsXLhiGELcw7t5RBf1mk94mbHc/oJiBzoPYTv8%3D' (2024-04-08)
  → 'github:hyprwm/Hyprland/185a3b48814cc4a1afbf32a69792a6161c4038cd?narHash=sha256-m44SvLfwPc8qPpBQa5ObOtTe6RbVNfQLpn%2BbCdlHFxQ%3D' (2024-04-11)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/0d28066770464d19d637f6e8e42e8688420b6ac6?narHash=sha256-xxon7WwNm4/EadMKg1eF40/5s0O78nXUy2ILZt6vT7E%3D' (2024-04-08)
  → 'github:nixos/nixpkgs/d6b3ddd253c578a7ab98f8011e59990f21dc3932?narHash=sha256-kR7C7Fqt3JP40h0mzmSZeWI5pk1iwqj4CSeGjnUbVHc%3D' (2024-04-10)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/2547cb5b49297ad22dee07f6847c7a99a99f7721?narHash=sha256-pyppS3qgeZagY/YZF0ug2rf97Z91%2BgaUwnS0McFuH1k%3D' (2024-04-08)
  → 'github:nix-community/nixpkgs-wayland/ed9ef02d368c00e69e8e67fa86d0226559df75aa?narHash=sha256-HByQWVHn0sG7BFj%2B7z9UhhMY9CcCqaWBPXX5H3QKRyQ%3D' (2024-04-11)
• Updated input 'stable':
    'github:nixos/nixpkgs/e38d7cb66ea4f7a0eb6681920615dfcc30fc2920?narHash=sha256-g0whLLwRvgO2FsyhY8fNk%2BTWenS3jg5UdlWL4uqgFeo%3D' (2024-04-06)
  → 'github:nixos/nixpkgs/b2cf36f43f9ef2ded5711b30b1f393ac423d8f72?narHash=sha256-bCs0%2BMSTra80oXAsnM6Oq62WsirOIaijQ/BbUY59tR4%3D' (2024-04-10)
• Updated input 'zig2nix':
    'github:Cloudef/zig2nix/53e12c1a03c34b0b35bcb0eb5b495ba90f62302f?narHash=sha256-TIcl3dKFqSymIFUj3vRN05Ahl2eAH/EqJRf/P5nCBtY%3D' (2024-04-08)
  → 'github:Cloudef/zig2nix/c5279639cbbb10df20a340f54dd95b562fafc552?narHash=sha256-eWGnAesSlXa7E2ugjwPT7g1HVs0uPPoLL2NT9sOzKCU%3D' (2024-04-11)
2024-04-11 09:58:06 -05:00
.github/workflows nix flake update not needed with ?dir 2024-02-22 12:35:56 -06:00
hosts add zls and abstract zig to module 2024-04-05 12:18:44 -05:00
lib deadnix + nixfmt 2024-04-05 09:59:46 -05:00
modules add f1multiviewer flake 2024-04-08 11:05:36 -05:00
overlays formatting 2024-03-14 09:51:27 -05:00
pkgs/oizys actually use stdout 2024-04-09 12:16:25 -05:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
flake.lock flake.lock: Update 2024-04-11 09:58:06 -05:00
flake.nix add f1multiviewer flake 2024-04-08 11:05:36 -05:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md vutlr is dead long live hetzner 2024-04-04 14:06:03 -05:00
todo.md remove todos 2024-03-27 03:34:58 -05:00

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 Hetzner Cloud 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.