Skip to content

Commit

Permalink
Upgrade nix during deploy.
Browse files Browse the repository at this point in the history
 - Potential fix for NixOS/nix#8480
  • Loading branch information
dmjio committed Aug 4, 2023
1 parent 8987378 commit 6eaac34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ options: self: super: {
nixops set-args --argstr email $EMAIL -d haskell-miso
nixops modify examples/haskell-miso.org/nix/aws.nix -d haskell-miso \
-Inixpkgs=https://github.com/nixos/nixpkgs/archive/6d1a044fc9ff3cc96fca5fa3ba9c158522bbf2a5.tar.gz
nix upgrade-nix # https://github.com/NixOS/nix/issues/8480
nixops deploy -j1 -d haskell-miso --option substituters "https://cache.nixos.org/"
'';
more-examples = with super.haskell.lib; {
Expand Down

0 comments on commit 6eaac34

Please sign in to comment.