diff options
author | tv <tv@krebsco.de> | 2018-05-09 11:11:50 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-05-09 11:43:08 +0200 |
commit | 47c0b0261eabdf230bfc7a375a3a008a04b61c4a (patch) | |
tree | 5f63540493553f877ce823c4465dd2cf561765af /krebs/0tests/data/test-source.nix | |
parent | 3f3c12dcd06ba211a484aabf011880a83e5832fd (diff) |
krebs: 6tests -> 0tests
Diffstat (limited to 'krebs/0tests/data/test-source.nix')
-rw-r--r-- | krebs/0tests/data/test-source.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/krebs/0tests/data/test-source.nix b/krebs/0tests/data/test-source.nix new file mode 100644 index 000000000..dfc6b3297 --- /dev/null +++ b/krebs/0tests/data/test-source.nix @@ -0,0 +1,12 @@ +with import <stockholm/lib>; +evalSource "" [{ + nixos-config = { + symlink.target = toString ./test-config; + }; + nixpkgs = { + symlink.target = toString <nixpkgs>; + }; + stockholm = { + symlink.target = toString <stockholm>; + }; +}] |