Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 18 lines 487 B view raw
1/* 2 purpose: maintain bleeding edge head sources. 3 4 you run 5 app --update 6 app --publish 7 to create source snapshots 8 9 The documentation is available at https://github.com/MarcWeber/nix-repository-manager/raw/master/README 10*/ 11{ config }: 12localTarName: publishedSrcSnapshot: 13if config.sourceFromHead.useLocalRepos or false then 14 "${ 15 config.sourceFromHead.managedRepoDir or "/set/sourceFromHead.managedRepoDir/please" 16 }/dist/${localTarName}" 17else 18 publishedSrcSnapshot