Skip to content

Commit 483a8dd

Browse files
authored
Update Nix base image (#18)
1 parent f4392f3 commit 483a8dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: monacoremo/nix:2020-01-14-f9c81b5c-circleci
5+
- image: monacoremo/nix:2020-01-31-62bbc2ab-circleci
66
steps:
77
- checkout
88
- run:

shell.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ let
33
let
44
pinnedPkgs =
55
builtins.fetchTarball {
6-
url = "https://github.com/nixos/nixpkgs/archive/f9c81b5c148572c2a78a8c1d2c8d5d40e642b31a.tar.gz";
7-
sha256 = "0ff7zhqk7mjgsvqyp4pa9xjvv9cvp3mh0ss9j9mclgzfh9wbwzmf";
6+
url = "https://github.com/nixos/nixpkgs/archive/62bbc2abc1f3ae24943a204a4095c20737189656.tar.gz";
7+
sha256 = "0cggas9zl19pzc0ikj9zdxvygqrgmj26snnmhhj27d25kh6cksww";
88
};
99
in
1010
import pinnedPkgs {};

0 commit comments

Comments
 (0)