nixpkgs/nixos/modules/system
Matthias Treydte 9ce8df127d nixos/etc: make sure local "source" files are imported to the store
The treatment of the "source" parameter changed
with eb7120dc79, breaking stuff.

Before that commit, the source parameter was converted to a
string by implicit coercion, which would copy the file to the
store and yield an string containing the store path. Now, by
the virtue of escapeShellArg, toString is called explicitly on
that path, which will yield an string containing the absolute
path of the file.

This commit restores the old behavior.
2021-09-02 15:50:44 +02:00
..
activation Merge pull request #115927 from input-output-hk/fix-deleted-sockets-restart 2021-08-20 08:33:42 -06:00
boot stage-1: fix copytoram option for loopback.cfg boot 2021-08-25 01:35:31 +00:00
etc nixos/etc: make sure local "source" files are imported to the store 2021-09-02 15:50:44 +02:00