From a2776c015b6069e2795cc896bdb918be811296a7 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 22 Dec 2019 18:11:11 +0100 Subject: nix: switch to stable branch by default for shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 5e370ca..9a2888e 100644 --- a/shell.nix +++ b/shell.nix @@ -1,4 +1,4 @@ -{ pkgs ? import {} }: +{ pkgs ? import {} }: let clang = pkgs.llvmPackages_latest.clang; -- cgit v1.2.3