nixpkgs-suyu/pkgs
Silvan Mosberger 33ffb05d39 writers: Allow string paths
Before this change, it was not possible to use string paths,
because then the `types.str.check` would succeed. So the only paths that
could be used were ones from the local filesystem via e.g.
`./some/path`.

We can easily fix this by using `types.path.check` instead to determine
whether we are dealing with a path.

This notably also allows using Nix-fetched sources as the content, e.g.
`fetchFromGitHub { ... } + "/some/file"`
2021-06-25 14:39:59 +02:00
..
applications Merge pull request #128075 from dotlambda/megapixels-1.1.0 2021-06-25 12:28:02 +02:00
build-support writers: Allow string paths 2021-06-25 14:39:59 +02:00
common-updater
data Merge pull request #128034 from musfay/matcha-update 2021-06-24 20:52:53 +02:00
desktops
development Merge pull request #128044 from dotlambda/huisbaasje-client-tests 2021-06-25 11:46:15 +02:00
games Merge pull request #127885 from SuperSandro2000/SuperSandro2000-patch-1 2021-06-23 13:43:33 +02:00
misc Merge pull request #127708 from oxalica/rust-analyzer 2021-06-24 14:07:20 +02:00
os-specific Merge pull request #124059 from r-ryantm/auto-update/hdparm 2021-06-25 12:34:18 +02:00
pkgs-lib
servers Merge pull request #124910 from r-ryantm/auto-update/mediawiki 2021-06-25 13:22:34 +02:00
shells
stdenv
test
tools Merge pull request #124765 from r-ryantm/auto-update/fio 2021-06-25 12:21:39 +02:00
top-level Merge pull request #128048 from dali99/add-txredisapi-synapse 2021-06-25 10:40:11 +02:00