summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2019-12-22 18:11:11 +0100
committerMinijackson <minijackson@riseup.net>2019-12-22 18:11:11 +0100
commita2776c015b6069e2795cc896bdb918be811296a7 (patch)
tree8f82e0c02c799934b413c4ce6ea5d3a6a915f2ac /shell.nix
parenta71e95bf4f07e044eb3f335929d2adea74247a9e (diff)
downloadposeidoc-a2776c015b6069e2795cc896bdb918be811296a7.tar.gz
poseidoc-a2776c015b6069e2795cc896bdb918be811296a7.zip
nix: switch to stable branch by default for shell
Diffstat (limited to 'shell.nix')
-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;