nixos/rigel: Fix evaluation

This commit is contained in:
Samuel Dionne-Riel 2020-03-26 19:29:08 -04:00
parent 5bfc1d5110
commit eb35d21d77

View file

@ -27,6 +27,6 @@ with lib;
systemd.packages = [ pkgs.gnome3.rygel ];
environment.etc."rygel.conf" = "${pkgs.gnome3.rygel}/etc/rygel.conf";
environment.etc."rygel.conf".source = "${pkgs.gnome3.rygel}/etc/rygel.conf";
};
}