chore(nix): update flake.nix
This commit is contained in:
parent
c13c3122f3
commit
4b5d3df141
@ -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:
|
(system:
|
||||||
let frontendSource = pkgs.lib.sourceByRegex ./. [
|
let frontendSource = pkgs.lib.sourceByRegex ./. [
|
||||||
"^(assets|frontend)(/.*)?$"
|
"^(assets|frontend)(/.*)?$"
|
||||||
@ -117,7 +117,7 @@ rec {
|
|||||||
(import "${docker-nixpkgs}/overlay.nix")
|
(import "${docker-nixpkgs}/overlay.nix")
|
||||||
|
|
||||||
(import ./nix/maildev)
|
(import ./nix/maildev)
|
||||||
# haskell-nix.overlay
|
haskell-nix.overlay
|
||||||
(import ./nix/uniworx { inherit inputs frontendSource backendSource; })
|
(import ./nix/uniworx { inherit inputs frontendSource backendSource; })
|
||||||
(import ./nix/docker { inherit self; })
|
(import ./nix/docker { inherit self; })
|
||||||
(import ./nix/parse-changelog.nix {})
|
(import ./nix/parse-changelog.nix {})
|
||||||
|
|||||||
Reference in New Issue
Block a user