Skip to content

Commit

Permalink
Merge #2667
Browse files Browse the repository at this point in the history
2667: fix typo on environments attribute in flake.nix r=craigem a=disassembler



Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
  • Loading branch information
iohk-bors[bot] and disassembler committed Apr 30, 2021
2 parents 487e023 + 9eb256f commit 3e237f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
let
pkgs = import nixpkgs { inherit system overlays config; };

inherit (pkgs.commonLib) eachEnv environnments;
inherit (pkgs.commonLib) eachEnv environments;

devShell = import ./shell.nix { inherit pkgs; };

Expand Down Expand Up @@ -117,7 +117,7 @@

in recursiveUpdate flake {

inherit evaluated environnments packages;
inherit evaluated environments packages;

legacyPackages = pkgs;

Expand Down

0 comments on commit 3e237f3

Please sign in to comment.