[PR #209] [MERGED] nixfmt #212

Closed
opened 2025-12-28 23:19:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/209
Author: @ryan4yin
Created: 7/30/2025
Status: Merged
Merged: 7/30/2025
Merged by: @ryan4yin

Base: mainHead: nixfmt


📝 Commits (2)

  • 13bb771 feat: format via 'ls **/*.nix | each { |it| nixfmt $it.name }'
  • 7a78b18 feat: justfile - format nix files

📊 Changes

220 files changed (+2117 additions, -1742 deletions)

View changed files

📝 Justfile (+1 -1)
📝 hardening/apparmor/default.nix (+2 -1)
📝 hardening/bwraps/default.nix (+1 -1)
📝 hardening/bwraps/wechat.nix (+50 -49)
📝 hardening/nixpaks/default.nix (+7 -5)
📝 hardening/nixpaks/firefox-desktop-item.nix (+2 -2)
📝 hardening/nixpaks/firefox.nix (+65 -60)
📝 hardening/nixpaks/modules/gui-base.nix (+17 -11)
📝 hardening/nixpaks/modules/network.nix (+1 -1)
📝 hardening/nixpaks/qq-desktop-item.nix (+1 -1)
📝 hardening/nixpaks/qq.nix (+50 -43)
📝 hardening/profiles/default.nix (+2 -1)
📝 home/base/core/core.nix (+3 -2)
📝 home/base/core/default.nix (+2 -1)
📝 home/base/core/editors/default.nix (+2 -1)
📝 home/base/core/editors/helix/default.nix (+2 -1)
📝 home/base/core/editors/neovim/default.nix (+2 -1)
📝 home/base/core/git.nix (+3 -2)
📝 home/base/core/npm.nix (+2 -1)
📝 home/base/core/shells/default.nix (+4 -2)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/209 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `nixfmt` --- ### 📝 Commits (2) - [`13bb771`](https://github.com/ryan4yin/nix-config/commit/13bb77108c9bee6e61ec4023385d8129907653dd) feat: format via 'ls **/*.nix | each { |it| nixfmt $it.name }' - [`7a78b18`](https://github.com/ryan4yin/nix-config/commit/7a78b1831c94fae565d0f861cc21eccefabc2265) feat: justfile - format nix files ### 📊 Changes **220 files changed** (+2117 additions, -1742 deletions) <details> <summary>View changed files</summary> 📝 `Justfile` (+1 -1) 📝 `hardening/apparmor/default.nix` (+2 -1) 📝 `hardening/bwraps/default.nix` (+1 -1) 📝 `hardening/bwraps/wechat.nix` (+50 -49) 📝 `hardening/nixpaks/default.nix` (+7 -5) 📝 `hardening/nixpaks/firefox-desktop-item.nix` (+2 -2) 📝 `hardening/nixpaks/firefox.nix` (+65 -60) 📝 `hardening/nixpaks/modules/gui-base.nix` (+17 -11) 📝 `hardening/nixpaks/modules/network.nix` (+1 -1) 📝 `hardening/nixpaks/qq-desktop-item.nix` (+1 -1) 📝 `hardening/nixpaks/qq.nix` (+50 -43) 📝 `hardening/profiles/default.nix` (+2 -1) 📝 `home/base/core/core.nix` (+3 -2) 📝 `home/base/core/default.nix` (+2 -1) 📝 `home/base/core/editors/default.nix` (+2 -1) 📝 `home/base/core/editors/helix/default.nix` (+2 -1) 📝 `home/base/core/editors/neovim/default.nix` (+2 -1) 📝 `home/base/core/git.nix` (+3 -2) 📝 `home/base/core/npm.nix` (+2 -1) 📝 `home/base/core/shells/default.nix` (+4 -2) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:19:45 +01:00
adam closed this issue 2025-12-28 23:19:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config#212