From a4d71eaf8041bbba74e63cee4c694c0827b2b6c1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 30 Jul 2023 13:52:48 -0400 Subject: [PATCH] use nix 2.16 --- nixos/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/nix.nix b/nixos/nix.nix index da69b6f..202551c 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -17,6 +17,7 @@ }; nix = { + package = pkgs.nixVersions.nix_2_16; # https://twitter.com/zimbatm/status/1685611948560224256 nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc registry.nixpkgs.flake = flake.inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs settings = {