summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 5e370ca..9a2888e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
1{ pkgs ? import <unstable> {} }: 1{ pkgs ? import <nixpkgs> {} }:
2 2
3let 3let
4 clang = pkgs.llvmPackages_latest.clang; 4 clang = pkgs.llvmPackages_latest.clang;