fix path to deploy in apps
This commit is contained in:
parent
8a057c3cdf
commit
c2ec59d1cb
2 changed files with 7 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
formatter = self.formatter.${system};
|
||||
in
|
||||
{
|
||||
apps = import ./apps.nix { inherit pkgs; };
|
||||
apps = import ./apps.nix (inputs // { inherit pkgs system; });
|
||||
|
||||
devShells.default = pkgs.callPackage ./dev-shell.nix inputs // { inherit pkgs system; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue