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

• Updated input 'hyprland':
    'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=ae403e6a05452336abd97e61be2706f6a930d827' (2025-01-23)
  → 'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=d8f79d7678f428738f3173020109bd7b7fbd0840' (2025-01-24)
• Updated input 'hyprman':
    'git+https://git.dayl.in/daylin/hyprman.git?ref=refs/heads/main&rev=a3784287446cbdffb4dcb0558e9d4351a4792253' (2025-01-14)
  → 'git+https://git.dayl.in/daylin/hyprman.git?ref=refs/heads/main&rev=52ef7a6539d02eddc9518be730a0b5d34a8ea58d' (2025-01-24)
• Updated input 'lix':
    '963b687443.tar.gz?narHash=sha256-yAFGeCZXUL3GqDMeFcUEOC4m459Ld7j54Rxo8cmyuSQ%3D&rev=963b687443b44df6c5cbdf3426454d92830d9100' (2025-01-23)
  → '8975a49bec.tar.gz?narHash=sha256-SVehjzc2mDjMahPL4zCDtb45v/NUrx1yR%2BtMFO6bddQ%3D&rev=8975a49bec446d02db7bd964ebc9e0a8457531bf' (2025-01-24)
• Updated input 'lix-module':
    '690f7c0fa2.tar.gz?narHash=sha256-6LIpS3rK1Ch6OXis4tvBTgGBTRb%2BNptDAfhPNzmgZSE%3D&rev=690f7c0fa2935bf591cccf4d7312b3e0f470298b' (2025-01-18)
  → '3e18a1ceec.tar.gz?narHash=sha256-FUWpqPOsEJwK8oomffat%2BlgKnoxJHArRlWo2j17EhxQ%3D&rev=3e18a1ceec7df4514f5a045441e5f98dd003db09' (2025-01-23)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/9e4d5190a9482a1fb9d18adf0bdb83c6e506eaab' (2025-01-21)
  → 'github:nixos/nixpkgs/0aa475546ed21629c4f5bbf90e38c846a99ec9e9' (2025-01-23)
• Updated input 'tsm':
    'github:daylinmorgan/tsm/1bd6a9740aa9fbe31a137606a85c51149f781dab?dir=nix' (2024-12-24)
  → 'github:daylinmorgan/tsm/7893af6a7dd4f75fa6d357a18fbd1a8914358482?dir=nix' (2025-01-24)
• Updated input 'utils':
    'git+https://git.dayl.in/daylin/utils.git?ref=refs/heads/main&rev=f1fa17bfccc5dc57542c1c46bee8e5efb6cb1ad8' (2025-01-02)
  → 'git+https://git.dayl.in/daylin/utils.git?ref=refs/heads/main&rev=374e59dcdabe24b5ad95a53510f9247956da0353' (2025-01-24)
2025-01-24 17:08:52 -06:00
.github add note about action 2025-01-24 13:49:54 -06:00
hosts add note about restic security wrapper 2025-01-24 13:49:54 -06:00
lib this will be brittle for sure 2025-01-20 14:17:29 -06:00
modules drop cache I'm not using 2025-01-23 12:54:22 -06:00
overlays go back to using nixpkgs#attic 2025-01-20 16:58:45 -06:00
pkgs fix spinner text 2025-01-24 17:08:27 -06:00
templates/dev more assigments for more readable code 2025-01-11 17:56:51 -06:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
.sops.yaml apply treefmt 2025-01-13 14:38:22 -06:00
flake.lock flake.lock: Update 2025-01-24 17:08:52 -06:00
flake.nix reach flake input homeostasis 2025-01-23 14:44:34 -06:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md apply treefmt 2025-01-13 14:38:22 -06:00
todo.md add issue todo 2025-01-24 13:49:54 -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.