Nixpkgs/Patching Nixpkgs: Difference between revisions

m nixpkgs to Nixpkgs
m Fix indenting in code example
Line 44: Line 44:
                 ];
                 ];
             };
             };
            pkgs-unstable = import pkgs-unstable' {
        pkgs-unstable = import pkgs-unstable' {
                system = "x86_64-linux";
            system = "x86_64-linux";
            };
        };
     # ...
     # ...
</syntaxHighlight>
</syntaxHighlight>