Skip to content

Add omasnap upstream repository to flake inputs - #129

Draft
dezren39 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-to-nic-config
Draft

Add omasnap upstream repository to flake inputs#129
dezren39 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-to-nic-config

Conversation

Copilot AI commented Aug 24, 2026

Copy link
Copy Markdown

Issue asks to add https://github.com/tobi/omasnap into the Nix configuration so it is available from this repo’s flake setup. This PR introduces that source as a minimal, focused config update.

  • Flake input addition

    • Added a new inputs.omasnap entry in flake.nix.
    • Marked it as a non-flake source to match the upstream repository structure.
  • Scope

    • No host/user/module wiring changes in this PR.
    • Change is limited to making the upstream source available in the flake input graph for downstream consumption.
omasnap = {
  url = "github:tobi/omasnap";
  flake = false;
};

Copilot AI linked an issue Aug 24, 2026 that may be closed by this pull request
Co-authored-by: dezren39 <11225574+dezren39@users.noreply.github.com>
Copilot AI changed the title [WIP] Add configuration to NIC in PR Add omasnap upstream repository to flake inputs Aug 24, 2026
Copilot AI requested a review from dezren39 August 24, 2026 04:13
@dezren39

Copy link
Copy Markdown
Member

@copilot are you messing with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

https://github.com/tobi/omasnap

2 participants