From 4495e8b27975a174bc01f5578618beecd2609ee6 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 20 Jul 2023 10:13:07 +1000 Subject: [PATCH] nix: pin to version 2.13 --- profiles/iog.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/iog.nix b/profiles/iog.nix index 040434e..2dae737 100644 --- a/profiles/iog.nix +++ b/profiles/iog.nix @@ -6,7 +6,7 @@ ... }: let sources = import ../nix/sources.nix; - nixVersion = (import sources.nixpkgs {}).nixVersions.unstable; + nixVersion = (import sources.nixpkgs {}).nixVersions.nix_2_13; in { imports = [../profiles/terminal-recording.nix ../profiles/nix-direnv.nix];