Skip to content

Commit

Permalink
fix typo on environments attribute in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Apr 30, 2021
1 parent 487e023 commit 9eb256f
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 9eb256f

Please sign in to comment.