chore(nix): update flake.nix

This commit is contained in:
Sarah Vaupel 2023-03-31 21:26:17 +00:00
parent c13c3122f3
commit 4b5d3df141

View File

@ -89,7 +89,7 @@ rec {
# };
};
outputs = { self, nixpkgs, docker-nixpkgs, flake-utils, ... }: flake-utils.lib.eachDefaultSystem
outputs = { self, nixpkgs, docker-nixpkgs, flake-utils, haskell-nix, ... }: flake-utils.lib.eachDefaultSystem
(system:
let frontendSource = pkgs.lib.sourceByRegex ./. [
"^(assets|frontend)(/.*)?$"
@ -117,7 +117,7 @@ rec {
(import "${docker-nixpkgs}/overlay.nix")
(import ./nix/maildev)
# haskell-nix.overlay
haskell-nix.overlay
(import ./nix/uniworx { inherit inputs frontendSource backendSource; })
(import ./nix/docker { inherit self; })
(import ./nix/parse-changelog.nix {})