Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 17 lines 356 B view raw
1{ 2 "version": 3, 3 "configurePresets": [ 4 { 5 "name": "nixpkgs-linux", 6 "displayName": "Nixpkgs (Linux)", 7 "inherits": ["ubuntu"], 8 "binaryDir": "${sourceDir}/build" 9 }, 10 { 11 "name": "nixpkgs-darwin", 12 "displayName": "Nixpkgs (Darwin)", 13 "inherits": ["macos"], 14 "binaryDir": "${sourceDir}/build" 15 } 16 ] 17}