lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v192 16 lines 484 B view raw
1/* 2 purpose: mantain bleeding edge head sources. 3 4 you run 5 app --update 6 app --publish 7 to create source snapshots 8 9 The documentation is availible at http://github.com/MarcWeber/nix-repository-manager/raw/master/README 10 11*/ 12{ config }: 13 localTarName: publishedSrcSnapshot: 14 if config.sourceFromHead.useLocalRepos or false then 15 "${config.sourceFromHead.managedRepoDir or "/set/sourceFromHead.managedRepoDir/please"}/dist/${localTarName}" 16 else publishedSrcSnapshot