nix begat oizys
Find a file
daylin-bot 85a54f148c flake.lock: Update
Flake lock file updates:

• Updated input 'ghostty/flake-compat':
    'github:edolstra/flake-compat/ff81ac966bb2cae68946d5ed5fc4994f96d0ffec' (2024-12-04)
  → 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04)
• Updated input 'hyprland':
    'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=2b01a5bcf62956a5d641a3367edcd35e103edfcd' (2024-12-28)
  → 'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=4971725b69768d156047289b7606e470c6963f59' (2025-01-02)
• Updated input 'hyprland/hyprland-protocols':
    'github:hyprwm/hyprland-protocols/a7c183800e74f337753de186522b9017a07a8cee' (2024-10-07)
  → 'github:hyprwm/hyprland-protocols/271df559dd30e4bc5ec6af02d017ac0aaabd63a7' (2025-01-01)
• Updated input 'lix':
    '92ed9fee7d.tar.gz?narHash=sha256-LN4pgLjGWztTlJ4oDcKWvDuTFeUUVgbmXoZ2EXG20Gw%3D&rev=92ed9fee7d169febf53ea85961174fc0a22c2115' (2024-12-11)
  → '5c7ea4f446.tar.gz?narHash=sha256-Wjt%2BPK15IdaOUoI0sgsRzaNMxKQGSROLe9sOd44%2BfwM%3D&rev=5c7ea4f446de58aa64f78087bb4ec26b9c4111aa' (2024-12-30)
• Updated input 'nix-index-database':
    'github:nix-community/nix-index-database/7e3246f6ad43b44bc1c16d580d7bf6467f971530' (2024-12-26)
  → 'github:nix-community/nix-index-database/55ab1e1df5daf2476e6b826b69a82862dcbd7544' (2024-12-29)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/634fd46801442d760e09493a794c4f15db2d0cbb' (2024-12-27)
  → 'github:nixos/nixpkgs/88195a94f390381c6afcdaa933c2f6ff93959cb4' (2024-12-29)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/ed091321f4dd88afc28b5b4456e0a15bd8374b4d' (2024-12-18)
  → 'github:Mic92/sops-nix/bcb8b65aa596866eb7e5c3e1a6cccbf5d1560b27' (2024-12-29)
• Updated input 'stable':
    'github:nixos/nixpkgs/31ac92f9628682b294026f0860e14587a09ffb4b' (2024-12-27)
  → 'github:nixos/nixpkgs/b134951a4c9f3c995fd7be05f3243f8ecd65d798' (2024-12-30)
2025-01-02 18:15:46 +00:00
.github drop scheduled update 2025-01-02 11:13:32 -07:00
hosts set time zone using timedatectl 2024-12-30 11:20:20 -07:00
lib simplify modules included in generator 2024-12-12 16:54:41 -06:00
modules drop unused caches 2024-12-27 14:18:50 -06:00
overlays fix overlay 2024-11-18 11:50:38 -06:00
pkgs add flag to switch to using nom 2025-01-02 11:12:47 -07:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
.sops.yaml remove redundant key 2024-12-12 17:25:11 -06:00
flake.lock flake.lock: Update 2025-01-02 18:15:46 +00:00
flake.nix update ghostty to 1.0.1 2025-01-01 08:54:02 -07:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md update help 2024-11-22 10:28:30 -06:00
todo.md todo 2024-12-30 12:02:21 -06: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 VPS hosting forgejo, soft-serve & gts
mannaz Custom AMD Tower with Nvidia 1050ti
naudiz Nixos-WSL for those times I'm trapped on windows

oizys cli

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

nix run "github:daylinmorgan/oizys"
usage:
  oizys subcmd [flags]

subcommands:
  build    nix build                      
  cache    build and push store paths     
  ci       builtin ci                     
  gha      trigger GHA                    
  dry      dry run build                  
  os       nixos-rebuild subcmd
  output   nixos config attr              
  update   update and run nixos-rebuild   

flags:
     --flake      path/to/flake
     --host       host(s) to build
  -d --debug      enable debug mode
  -r --resetCache set cache timeout to 0
  -h --help       show this help

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.