Skip to content

Instantly share code, notes, and snippets.

@mkhl
Created December 5, 2021 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhl/6011d7a7a614cc3998bb683174201040 to your computer and use it in GitHub Desktop.
Save mkhl/6011d7a7a614cc3998bb683174201040 to your computer and use it in GitHub Desktop.
pin nix to version 2.3
# $HOME/.config/nixpkgs/overlays/nix-2.3.10.nix
# pin nix to version 2.3
self: super:
{
nixStable = super.nix_2_3;
nix = super.nix_2_3;
nix_2_4 = super.nix_2_3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment