Homer : Fix config path.
This commit is contained in:
parent
c396b5daca
commit
e936fa10e0
|
@ -96,5 +96,5 @@
|
|||
];
|
||||
};
|
||||
in {
|
||||
text = (pkgs.formats.yaml {}).generate "HomerConfig" config;
|
||||
file = (pkgs.formats.yaml {}).generate "HomerConfig" config;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, pkgs, ... } @args: let
|
||||
cfg = pkgs.writeText "HomerConfig" (import ./Config.nix args).text;
|
||||
cfg = (import ./Config.nix args).file;
|
||||
in stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "Homer";
|
||||
version = "24.05.1";
|
||||
|
|
Loading…
Reference in a new issue