-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hey I don't quite understand which nixpkgs version nix-cl is supposed to use for libraries?
In practice the chain of dependencies seems to be github:uthar/nix-cl -> github:uthar/dev -> nixpkgs i.e. that the nixpkgs version will be determined by the contents of https://github.com/Uthar/dev/blob/master/flake.lock.
That seems a bit random, though? Is it just that using flakes means pinning everything by default anyway?
I ask because I need to make a not-quite-trivial update to the Vulkan shaderc library in nixpkgs (lukego/nixpkgs@059fb38) in order to fix an obscure runtime incompatibility in the Lisp vk library that only shows up when running real application code (not during build.) I'm planning to upstream that change to nixpkgs but I don't really understand the flow for landing it in nix-cl where it is needed e.g. when I make a PR to package vk.
Tips welcome, I don't know how understood all this flakes stuff is really in general :)