Flakes: Difference between revisions

imported>ThibautMarty
Changing nixUnstable to nixFlakes. We used nixFlakes here for a reason ! Now that Nix 2.4 is released, nixFlakes can point to either nixUnstable or nixStable depending on the nixpkgs checkout.
imported>Joel
m fix syntax error in code snippet
Line 387: Line 387:


<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
pkgs = import nixpkgs { overlays = [ /*the overlay in question*/ ];
pkgs = import nixpkgs { overlays = [ /*the overlay in question*/ ]; };
</syntaxHighlight>
</syntaxHighlight>