summaryrefslogtreecommitdiffstats
path: root/krebs/0tests/data/test-source.nix
blob: dfc6b3297b25e2b7247b6fc0cfbd393f21403b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
with import <stockholm/lib>;
evalSource "" [{
  nixos-config = {
    symlink.target = toString ./test-config;
  };
  nixpkgs = {
    symlink.target = toString <nixpkgs>;
  };
  stockholm = {
    symlink.target = toString <stockholm>;
  };
}]