Skip to content

Commit

Permalink
updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaychaks committed Nov 5, 2020
1 parent b6fb69d commit 2920b00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
ref: 'develop'

- name: Nix
uses: cachix/install-nix-action@v10
uses: cachix/install-nix-action@v11
with:
skip_adding_nixpkgs_channel: true
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/289466dd6a11c65a7de4a954d6ebf66c1ad07652.tar.gz

- name: Nix config
run: |
Expand Down
12 changes: 6 additions & 6 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "https://input-output-hk.github.io/haskell.nix",
"owner": "input-output-hk",
"repo": "haskell.nix",
"rev": "40ac81742ce344063938c381c277168ffb1d43e7",
"sha256": "12qq0c3a2h10dnnsl913nxcdi3ndpra0k9n8dhcs49gyp6il2lfx",
"rev": "0bc98977a44905a25c45b656af7f29a57a1f2f95",
"sha256": "1cpf23q1pradq5x0qwsc9rdi7l6v0nnb18yv2rb3m3gh8shjann0",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/40ac81742ce344063938c381c277168ffb1d43e7.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/0bc98977a44905a25c45b656af7f29a57a1f2f95.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
Expand All @@ -17,10 +17,10 @@
"homepage": "https://github.com/nmattia/niv",
"owner": "nmattia",
"repo": "niv",
"rev": "f73bf8d584148677b01859677a63191c31911eae",
"sha256": "0jlmrx633jvqrqlyhlzpvdrnim128gc81q5psz2lpp2af8p8q9qs",
"rev": "febd3530f0c2f2fb74752ee4d9dd2518d302f618",
"sha256": "1gifi50k4h6wk9ix0yvp66p7jk8rrqgr39r5rf4lyha6pbs7dbk6",
"type": "tarball",
"url": "https://github.com/nmattia/niv/archive/f73bf8d584148677b01859677a63191c31911eae.tar.gz",
"url": "https://github.com/nmattia/niv/archive/febd3530f0c2f2fb74752ee4d9dd2518d302f618.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let
configureArgs = "";
modules = [ ];
index-state = "2020-07-05T00:00:00Z";
plan-sha256 = "1v71yj9zwcblcvk55zpzrb11nixp0hkyq0rb1pnz4c5878v4aygd";
# plan-sha256 = "1v71yj9zwcblcvk55zpzrb11nixp0hkyq0rb1pnz4c5878v4aygd";
# materialized = ./blog-hakyll.mat;
# checkMaterialization = true;
};
Expand Down

0 comments on commit 2920b00

Please sign in to comment.