nix begat oizys
Find a file
github-actions[bot] 2ca688181b flake.lock: Update
Flake lock file updates:

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/185a3b48814cc4a1afbf32a69792a6161c4038cd' (2024-04-11)
  → 'github:hyprwm/Hyprland/0634aaeac6cca12e4f72174c431c2db9da9c0072' (2024-04-13)
• Updated input 'hyprland/wlroots':
    'gitlab:wlroots/wlroots/50eae512d9cecbf0b3b1898bb1f0b40fa05fe19b' (2024-03-09)
  → 'github:hyprwm/wlroots-hyprland/62eeffbe233d199f520a5755c344e85f8eab7940' (2024-04-12)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/d6b3ddd253c578a7ab98f8011e59990f21dc3932' (2024-04-10)
  → 'github:nixos/nixpkgs/a0c9e3aee1000ac2bfb0e5b98c94c946a5d180a9' (2024-04-12)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/ed9ef02d368c00e69e8e67fa86d0226559df75aa' (2024-04-11)
  → 'github:nix-community/nixpkgs-wayland/b816217ba4fc77d19ca033ab8f13b35ba0331e91' (2024-04-13)
• Updated input 'stable':
    'github:nixos/nixpkgs/b2cf36f43f9ef2ded5711b30b1f393ac423d8f72' (2024-04-10)
  → 'github:nixos/nixpkgs/51651a540816273b67bc4dedea2d37d116c5f7fe' (2024-04-11)
• Updated input 'zig2nix':
    'github:Cloudef/zig2nix/c5279639cbbb10df20a340f54dd95b562fafc552' (2024-04-11)
  → 'github:Cloudef/zig2nix/8124e7d607494287b4d88d5d86acb4681265a1e2' (2024-04-13)
• Updated input 'zls':
    'github:zigtools/zls/4e01c08f558ea07462aaa7b71d2a24f86f47a855' (2024-03-31)
  → 'github:zigtools/zls/9ba4742982f34bf70c0763f6ebdbae755c64bde5' (2024-04-13)
• Updated input 'zls/zig-overlay':
    'github:mitchellh/zig-overlay/b01e0b81d1fa489e54362ea0a74f182eaa9a35bb' (2024-03-28)
  → 'github:mitchellh/zig-overlay/9687044a467176bea9e3f0a972143bcbad5dae90' (2024-04-11)
2024-04-14 00:35:58 +00: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 nixfmt to pkgs 2024-04-12 14:00:26 -05:00
overlays formatting 2024-03-14 09:51:27 -05:00
pkgs/oizys add some pointless defers 2024-04-11 15:22:49 -05:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
flake.lock flake.lock: Update 2024-04-14 00:35:58 +00: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.