We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to apply patches to nixpkgs in Snowfall Lib?
Something like:
lib.mkFlake { channels.nixpkgs = { input = inputs.nixpkgs; patches = [ (inputs.fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/370304.patch"; sha256 = lib.fakeSha256; }) ]; config.allowUnfree = true; }; ...
Or how would I apply patches to nixpkgs before they land in the stable/unstable channel?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to apply patches to nixpkgs in Snowfall Lib?
Something like:
Or how would I apply patches to nixpkgs before they land in the stable/unstable channel?
The text was updated successfully, but these errors were encountered: