Skip to content

Nix flake setup#54

Open
BLSAlin wants to merge 2 commits intowedow:masterfrom
BLSAlin:nix-flake-setup
Open

Nix flake setup#54
BLSAlin wants to merge 2 commits intowedow:masterfrom
BLSAlin:nix-flake-setup

Conversation

@BLSAlin
Copy link

@BLSAlin BLSAlin commented Mar 9, 2026

Add Nix flake for reproducible builds and installation

Adds a Nix flake that packages ticket as a proper Nix derivation with all runtime dependencies bundled, including
plugins and a Nix overlay for easy integration into NixOS or home-manager configurations. Users can now install
with nix profile install or run directly with nix run.

description = "Git-backed issue tracker for AI agents";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";

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.

2 participants