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

• Updated input 'hyprland':
    'github:hyprwm/Hyprland/79a139c9495568f69dd995bce1ca579247a98a17?narHash=sha256-YWFPKrId5zGSQykdkRMyvCS7H8KwgRS6m5nwR8qkiko%3D' (2024-04-15)
  → 'github:hyprwm/Hyprland/82222342f10a7eff0ec9be972153e740d0f95213?narHash=sha256-6cvw%2BCxacXe%2Bl8/mZ1%2Bih21vLHvhIC%2BErc7LQF0dyrQ%3D' (2024-04-17)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/2fd19c8be2551a61c1ddc3d9f86d748f4db94f00?narHash=sha256-0TZIsfDbHG5zibtlw6x0yOp3jkInIGaJ35B7Y4G8Pec%3D' (2024-04-16)
  → 'github:nixos/nixpkgs/2e359fb3162c85095409071d131e08252d91a14f?narHash=sha256-2bjFu3%2B1zPWZPPGqF%2B7rumTvEwmdBHBhjPva/AMSruQ%3D' (2024-04-17)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/2ecdcd3d94dc14f00352628f4790ee15566414e2?narHash=sha256-QTHblIaEflaqAAU%2BUMcSlDoMQ40Hyx4J7qWSiOJLgeU%3D' (2024-04-16)
  → 'github:nix-community/nixpkgs-wayland/09c641ee784a14334e003e958defd7e88fb836be?narHash=sha256-zm%2BWt1sYMahY8FtRDBIoUray7wa/PPU4Skz%2Bdb8PFeg%3D' (2024-04-18)
• Updated input 'stable':
    'github:nixos/nixpkgs/53a2c32bc66f5ae41a28d7a9a49d321172af621e?narHash=sha256-m7%2BIWM6mkWOg22EC5kRUFCycXsXLSU7hWmHdmBfmC3s%3D' (2024-04-15)
  → 'github:nixos/nixpkgs/e402c3eb6d88384ca6c52ef1c53e61bdc9b84ddd?narHash=sha256-jpHkAt0sG2/J7ueKnG7VvLLkBYUMQbXQ2L8OBpVG53s%3D' (2024-04-17)
• Updated input 'zig2nix':
    'github:Cloudef/zig2nix/37d64bb83c26bd8ac0e505cd78889ce9afa6775e?narHash=sha256-ORV6WvzcQ24gjyIOpH29EgV/S273U68djDcBNBOiV4w%3D' (2024-04-16)
  → 'github:Cloudef/zig2nix/11d5064304499a8b772633e8ca1ae946c0de0347?narHash=sha256-Zs2RaOTTJsk2i3vadXRdm4JP3uUI4ab%2Bnnt9m3oQdp8%3D' (2024-04-18)
• Updated input 'zls':
    'github:zigtools/zls/172c8f2ef81c95731d7bff6f69f8d497902fe999?narHash=sha256-ddSLREpgBq87dcbSisliSoSNqKl2x7kVf3E/tFumIXw%3D' (2024-04-14)
  → 'github:zigtools/zls/6111cd0c68f725575836024a30237245ee37b8e0?narHash=sha256-sP8OYG0QHFcFACd16DUkL%2B3wW4mx1pgGDesiNjRyubU%3D' (2024-04-18)
2024-04-18 10:41:25 -05:00
.github/workflows remove lock gha 2024-04-15 10:28:09 -05: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-18 10:41:25 -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.