nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
677 stars 78 forks source link

Add --no-write-lock-file to the nix run instructions #108

Closed TristanCacqueray closed 2 years ago

TristanCacqueray commented 2 years ago

This change prevents this nix (2.10.3) error:

error: cannot write modified lock file of flake 'github:guibou/nixGL'

TristanCacqueray commented 2 years ago

Not sure why the lock file got removed in #97 , but it is now necessary to use this argument.

guibou commented 2 years ago

Thank you for this MR.

I don't know why the lock file was removed either, that's an error I think.

Could you reintroduce it in this MR and we'll merge your change. Thank you.

TristanCacqueray commented 2 years ago

This is no longer necessary. Thanks @guibou !