Skip to content

Commit

Permalink
Add inputsFrom to flake example
Browse files Browse the repository at this point in the history
So tools running in devshells actually work
  • Loading branch information
K900 authored and adisbladis committed Nov 9, 2023
1 parent 2fc2f80 commit f06c8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/app/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
};

devShells.default = pkgs.mkShell {
inputsFrom = [ self.packages.${system}.myapp ];
packages = [ pkgs.poetry ];
};
});
Expand Down

0 comments on commit f06c8ac

Please sign in to comment.