Skip to content

Add flake.nix for NixOS dev shell development and build#2

Merged
m-obeid merged 2 commits intom-obeid:mainfrom
chrispouliot:main
Feb 20, 2026
Merged

Add flake.nix for NixOS dev shell development and build#2
m-obeid merged 2 commits intom-obeid:mainfrom
chrispouliot:main

Conversation

@chrispouliot
Copy link
Contributor

I have added a NixOS Dev Shell file in case you think that might be useful. This allows people on NixOS to build and run the program, as well as develop on the project. No issues if this doesn't seem like something you want in the repo, but can make it easier for people to build and run it if they are running NixOS.

The flake.nix comes with a description of the requirements and dependencies and builds everything and creates the nix shell.

On NixOS, the project would be run with nix develop and then just with the python script as normal. The Nix Shell comes with all requirements needed for the code to run. The flake.lock file comes with the exact dependencies version locked.

@m-obeid m-obeid self-assigned this Feb 20, 2026
@m-obeid m-obeid added the enhancement New feature or request label Feb 20, 2026
@m-obeid
Copy link
Owner

m-obeid commented Feb 20, 2026

Sure, I’ll add it in

@m-obeid m-obeid closed this Feb 20, 2026
@m-obeid m-obeid reopened this Feb 20, 2026
@m-obeid m-obeid merged commit 59ab920 into m-obeid:main Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants