We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68e3c2 commit 409b394Copy full SHA for 409b394
1 file changed
flake.nix
@@ -36,6 +36,21 @@
36
'';
37
};
38
39
+ # TODO: drop after getting fixed
40
+ # https://github.com/nix-community/nix-index/pull/296
41
+ nix-index-unwrapped = prev.nix-index-unwrapped.overrideAttrs (oa: {
42
+ postPatch = (oa.postPatch or "") + ''
43
+ patch -p1 <<-EOF
44
+ --- a/src/listings.rs
45
+ +++ b/src/listings.rs
46
+ @@ -26,2 +26 @@
47
+ -pub const EXTRA_SCOPES: [&str; 6] = [
48
+ - "xorg",
49
+ +pub const EXTRA_SCOPES: [&str; 5] = [
50
+ EOF
51
+ '';
52
+ });
53
+
54
nixos-channel-scripts = final.stdenv.mkDerivation {
55
name = "nixos-channel-scripts";
56
0 commit comments