Skip to content

Updated flake.nix and added to gitignore - #9

Open
PyricRL wants to merge 1 commit into
Toni500github:mainfrom
PyricRL:main
Open

Updated flake.nix and added to gitignore#9
PyricRL wants to merge 1 commit into
Toni500github:mainfrom
PyricRL:main

Conversation

@PyricRL

@PyricRL PyricRL commented Aug 18, 2026

Copy link
Copy Markdown

Updated flake.nix and flake.lock to support newest updates.

Comment thread flake.nix
git tag -a v0.1.0 -m "v0.1.0"
'';

installPhase = ''

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

It seems that the flake still only considers oshot being built without plugins support. I don't use nixOS so idk, but is it possible to pass an argument to wether to build or not with plugins support? Thus install the shared libraries too?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yes, nix has support for different branches natively, but installing shared libraries has to be manually configured. I would have to do a bit more testing to make sure it works for that.

Comment thread flake.nix
{
oshot = pkgs.stdenv.mkDerivation {
pname = "oshot";
version = "0.1.0";

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

We are at version v0.5.0-rc1. Is this related to oshot's package version?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yes, this is related to the oshot package version. Forgot to adjust it.

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