Original PR: https://github.com/ryan4yin/nix-config/pull/79 Author: @ryan4yin Created: 3/9/2024 Status: ✅ Merged Merged: 3/10/2024 Merged by: @ryan4yin
Base: main ← Head: filesystem-based-modules
main
filesystem-based-modules
b382999
167 files changed (+1570 additions, -955 deletions)
📝 Justfile (+23 -23) 📝 README.md (+2 -2) ➖ constants.nix (+0 -17) 📝 flake.lock (+22 -0) 📝 flake.nix (+6 -62) 📝 home/base/core.nix (+2 -2) 📝 home/base/desktop/cloud/default.nix (+11 -13) 📝 home/base/server/git.nix (+3 -4) 📝 home/darwin/core.nix (+2 -2) 📝 home/darwin/ssh.nix (+2 -2) 📝 home/linux/base/shell.nix (+2 -2) 📝 hosts/12kingdoms-rakushun/README.md (+0 -0) 📝 hosts/12kingdoms-rakushun/default.nix (+3 -3) 📝 hosts/12kingdoms-rakushun/disko-fs.nix (+0 -0) 📝 hosts/12kingdoms-rakushun/hardware-configuration.nix (+0 -0) 📝 hosts/12kingdoms-rakushun/impermanence.nix (+0 -0) 📝 hosts/12kingdoms-shoukei/README.md (+0 -0) 📝 hosts/12kingdoms-shoukei/apple-set-os-loader.nix (+0 -0) 📝 hosts/12kingdoms-shoukei/brcm-firmware/default.nix (+0 -0) 📝 hosts/12kingdoms-shoukei/brcm-firmware/firmware.tar.xz (+0 -0)
Justfile
README.md
constants.nix
flake.lock
flake.nix
home/base/core.nix
home/base/desktop/cloud/default.nix
home/base/server/git.nix
home/darwin/core.nix
home/darwin/ssh.nix
home/linux/base/shell.nix
hosts/12kingdoms-rakushun/README.md
hosts/12kingdoms-rakushun/default.nix
hosts/12kingdoms-rakushun/disko-fs.nix
hosts/12kingdoms-rakushun/hardware-configuration.nix
hosts/12kingdoms-rakushun/impermanence.nix
hosts/12kingdoms-shoukei/README.md
hosts/12kingdoms-shoukei/apple-set-os-loader.nix
hosts/12kingdoms-shoukei/brcm-firmware/default.nix
hosts/12kingdoms-shoukei/brcm-firmware/firmware.tar.xz
...and 80 more files
The first step in trying to resolve #83
-
_
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/ryan4yin/nix-config/pull/79
Author: @ryan4yin
Created: 3/9/2024
Status: ✅ Merged
Merged: 3/10/2024
Merged by: @ryan4yin
Base:
main← Head:filesystem-based-modules📝 Commits (1)
b382999refactor: Use haumea for filesystem-based module system for flake outputs📊 Changes
167 files changed (+1570 additions, -955 deletions)
View changed files
📝
Justfile(+23 -23)📝
README.md(+2 -2)➖
constants.nix(+0 -17)📝
flake.lock(+22 -0)📝
flake.nix(+6 -62)📝
home/base/core.nix(+2 -2)📝
home/base/desktop/cloud/default.nix(+11 -13)📝
home/base/server/git.nix(+3 -4)📝
home/darwin/core.nix(+2 -2)📝
home/darwin/ssh.nix(+2 -2)📝
home/linux/base/shell.nix(+2 -2)📝
hosts/12kingdoms-rakushun/README.md(+0 -0)📝
hosts/12kingdoms-rakushun/default.nix(+3 -3)📝
hosts/12kingdoms-rakushun/disko-fs.nix(+0 -0)📝
hosts/12kingdoms-rakushun/hardware-configuration.nix(+0 -0)📝
hosts/12kingdoms-rakushun/impermanence.nix(+0 -0)📝
hosts/12kingdoms-shoukei/README.md(+0 -0)📝
hosts/12kingdoms-shoukei/apple-set-os-loader.nix(+0 -0)📝
hosts/12kingdoms-shoukei/brcm-firmware/default.nix(+0 -0)📝
hosts/12kingdoms-shoukei/brcm-firmware/firmware.tar.xz(+0 -0)...and 80 more files
📄 Description
The first step in trying to resolve #83
-) for variable names & folder names(except Python), replace all unserscore(_) with hyphen(-).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.