nix begat oizys
Go to file
Daylin Morgan 3352344ef1
flake.lock: Update
Flake lock file updates:

• Updated input 'hyprland':
    'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=121c6ac3eae1601a1498e52a9be7030ebfed242c' (2024-06-09)
  → 'git+https://github.com/hyprwm/Hyprland/?ref=refs/heads/main&rev=811429bfd4a46f33c7788580f72038b0c3c1c2b1' (2024-06-10)
• Updated input 'nix-index-database':
    'github:nix-community/nix-index-database/a157a81d0a4bc909b2b6666dd71909bcdc8cd0d6' (2024-06-09)
  → 'github:nix-community/nix-index-database/88ad3d7501e22b2401dd72734b032b7baa794434' (2024-06-10)
• Updated input 'nixos-wsl':
    'github:nix-community/NixOS-WSL/ccf99bcaa34f3d020ce9c68fafb0dda2a7afa5df' (2024-06-09)
  → 'github:nix-community/NixOS-WSL/e3f215e518d52f6f2e68cf713cefe773284e1aa6' (2024-06-09)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/cd18e2ae9ab8e2a0a8d715b60c91b54c0ac35ff9' (2024-06-08)
  → 'github:nixos/nixpkgs/3bcedce9f4de37570242faf16e1e143583407eab' (2024-06-09)
• Updated input 'nixpkgs-wayland':
    'github:nix-community/nixpkgs-wayland/44bb02ce43e73723a360c57d41208f1da6bf6b03' (2024-06-09)
  → 'github:nix-community/nixpkgs-wayland/e12fbee8584f0ad7a41d3c2c132e6ed0585630de' (2024-06-10)
• Updated input 'zig2nix':
    'github:Cloudef/zig2nix/e0fdcda76ab2fe0ebbb3c6c9b46e844370a834ea' (2024-06-09)
  → 'github:Cloudef/zig2nix/c8704bb3d3db94c2084615965898941698ec6033' (2024-06-11)
2024-06-10 21:45:21 -05:00
.github/workflows abstract 2024-05-23 13:47:12 -05:00
hosts syntax preference 2024-05-28 16:18:13 -05:00
lib go go golang 2024-05-14 13:14:46 -05:00
modules promote dev/cli to essentials 2024-06-10 15:13:51 -05:00
overlays use pixi as package instead of overlay 2024-05-23 12:45:16 -05:00
pkgs/oizys deps update 2024-06-06 10:08:11 -05:00
.gitignore not initial commit 2024-01-23 11:51:13 -06:00
LICENSE add license 2024-01-24 12:42:18 -06:00
README.md update help on README 2024-06-04 10:39:11 -05:00
flake.lock flake.lock: Update 2024-06-10 21:45:21 -05:00
flake.nix added hyprman 2024-05-31 14:53:26 -05:00
todo.md add todo 2024-06-09 12:56:33 -05:00

README.md

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"
nix begat oizys

Usage:
  oizys [command]

Available Commands:
  boot                    nixos rebuild boot
  build                   nix build
  cache                   build and push to cachix
  ci                      offload build to GHA
  dry                     poor man's nix flake check
  help                    Help about any command
  output                  show nixosConfiguration attr
  switch                  nixos rebuild switch
  update                  update and run nixos rebuild

Flags:
      --flake string   path to flake ($OIZYS_DIR or $HOME/oizys)
  -h, --help           help for oizys
      --host string    host to build (current host)
  -v, --verbose        show verbose output

Use "oizys [command] --help" for more information about a command.

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.