forked from potsda.mn/mobilizon
better src separation in flake, for fewer rebuilds
This commit is contained in:
parent
e6c6e0c0e2
commit
1f9ebc8f14
|
@ -13,6 +13,7 @@
|
|||
, cmake
|
||||
, nixosTests
|
||||
, src
|
||||
, src-config
|
||||
, mobilizon-js
|
||||
}:
|
||||
|
||||
|
@ -41,7 +42,7 @@ mixRelease rec {
|
|||
overrides = (final: prev:
|
||||
(lib.mapAttrs
|
||||
(_: value: value.override {
|
||||
appConfigPath = src + "/config";
|
||||
appConfigPath = src-config;
|
||||
})
|
||||
prev) // {
|
||||
fast_html = prev.fast_html.override {
|
||||
|
|
Loading…
Reference in a new issue