[PR #93] [MERGED] feat(WIP): add nixos tests - integration tests #120

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

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/93
Author: @ryan4yin
Created: 3/13/2024
Status: Merged
Merged: 3/13/2024
Merged by: @ryan4yin

Base: mainHead: nixos-tests


📝 Commits (1)

  • 2b91d70 feat(WIP): add nixos tests - integration tests

📊 Changes

3 files changed (+105 additions, -16 deletions)

View changed files

📝 outputs/README.md (+65 -16)
outputs/x86_64-linux/nixos-tests/idols-ruby.nix (+37 -0)
📝 outputs/x86_64-linux/src/idols-ruby.nix (+3 -0)

📄 Description

Problems:

  • We need a private cache server, so that our NixOS tests do not need to build some custom packages every time we run the tests.
  • Cannot test the whole host, because my host relies on its unique ssh host key to decrypt its agenix secrets.
    • Maybe it's better to test every service separately, not the whole host?

🔄 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/93 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 3/13/2024 **Status:** ✅ Merged **Merged:** 3/13/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `nixos-tests` --- ### 📝 Commits (1) - [`2b91d70`](https://github.com/ryan4yin/nix-config/commit/2b91d706b0e07b568234842957715a5ac0fa4baa) feat(WIP): add nixos tests - integration tests ### 📊 Changes **3 files changed** (+105 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `outputs/README.md` (+65 -16) ➕ `outputs/x86_64-linux/nixos-tests/idols-ruby.nix` (+37 -0) 📝 `outputs/x86_64-linux/src/idols-ruby.nix` (+3 -0) </details> ### 📄 Description Problems: - [ ] We need a private cache server, so that our NixOS tests do not need to build some custom packages every time we run the tests. - [ ] Cannot test the whole host, because my host relies on its unique ssh host key to decrypt its agenix secrets. - [ ] Maybe it's better to test every service separately, not the whole host? --- <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:22 +01:00
adam closed this issue 2025-12-28 23:19:22 +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#120