Skip to content

Commit

Permalink
examples: update pin so the examples build again
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtulinius committed Sep 8, 2020
1 parent 32b321b commit 2deb6d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/healthchecks.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let
# Pin the deployment package-set to a specific version of nixpkgs
pkgs = import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs-channels/archive/98c1150f2cc62b94b693dce63adc1fbcbfe616f1.tar.gz";
sha256 = "1mdwn0qrjc8jli8cbi4cfkar6xq15l232r371p4b48v2d4bah3wp";
url = "https://github.com/NixOS/nixpkgs-channels/archive/51d115ac89d676345b05a0694b23bd2691bf708a.tar.gz";
sha256 = "1gfjaa25nq4vprs13h30wasjxh79i67jj28v54lkj4ilqjhgh2rs";
}) {};
in
{
Expand Down
4 changes: 2 additions & 2 deletions examples/secrets.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let
# Pin the deployment package-set to a specific version of nixpkgs
pkgs = import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs-channels/archive/98c1150f2cc62b94b693dce63adc1fbcbfe616f1.tar.gz";
sha256 = "1mdwn0qrjc8jli8cbi4cfkar6xq15l232r371p4b48v2d4bah3wp";
url = "https://github.com/NixOS/nixpkgs-channels/archive/51d115ac89d676345b05a0694b23bd2691bf708a.tar.gz";
sha256 = "1gfjaa25nq4vprs13h30wasjxh79i67jj28v54lkj4ilqjhgh2rs";
}) {};
in
{
Expand Down
4 changes: 2 additions & 2 deletions examples/simple.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let
# Pin the deployment package-set to a specific version of nixpkgs
pkgs = import (builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs-channels/archive/98c1150f2cc62b94b693dce63adc1fbcbfe616f1.tar.gz";
sha256 = "1mdwn0qrjc8jli8cbi4cfkar6xq15l232r371p4b48v2d4bah3wp";
url = "https://github.com/NixOS/nixpkgs-channels/archive/51d115ac89d676345b05a0694b23bd2691bf708a.tar.gz";
sha256 = "1gfjaa25nq4vprs13h30wasjxh79i67jj28v54lkj4ilqjhgh2rs";
}) {};
in
{
Expand Down

0 comments on commit 2deb6d9

Please sign in to comment.