aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-12Fix InstallableCommandEelco Dolstra
2020-05-12Fix macOS buildEelco Dolstra
2020-05-11nix flake: Add completion supportEelco Dolstra
2020-05-11When completing flakerefs, only return directoriesEelco Dolstra
2020-05-11Add completion for installablesEelco Dolstra
2020-05-11Shut up warnings while running completersEelco Dolstra
2020-05-11Bash completion: Don't break on ':'Eelco Dolstra
2020-05-11Merge pull request #3568 from kolloch/outputHashModeErrorDomen Kožar
2020-05-11Update src/libstore/build.ccDomen Kožar
2020-05-11Merge pull request #3581 from TerrorJack/patch-1Domen Kožar
2020-05-11Merge pull request #3582 from bhipple/doc/fixed-outputDomen Kožar
2020-05-11CleanupEelco Dolstra
2020-05-10SimplifyEelco Dolstra
2020-05-10Add completion for pathsEelco Dolstra
2020-05-10nix: Implement basic bash completionEelco Dolstra
2020-05-09Reorder to buildMatthew Kenigsberg
2020-05-09Refactor installablesMatthew Kenigsberg
2020-05-09Merge pull request #3580 from dmedinag/patch-1Domen Kožar
2020-05-09InstallableExpr unusedMatthew Kenigsberg
2020-05-09doc: consistently refer to 'fixed-output' with a dashBenjamin Hipple
2020-05-09Update "Upgrading Nix" documentationShao Cheng
2020-05-09Fix typoDani
2020-05-08Merge pull request #3571 from gilligan/nix-unit-testingEelco Dolstra
2020-05-08Enable toLower umlauts testTobias Pflug
2020-05-08Enable `baseNameOf` testTobias Pflug
2020-05-08Enable `dirOf` testTobias Pflug
2020-05-08configure: Look for gtestEelco Dolstra
2020-05-08Don't install unit testsEelco Dolstra
2020-05-08make check: Run unit testsEelco Dolstra
2020-05-08Fix warningEelco Dolstra
2020-05-08Move unit tests to sr/libutil/tests, use mk make rulesEelco Dolstra
2020-05-08Mention build users in the 'waiting for' messageAlexander Bantyev
2020-05-08Don't block while waiting for build usersAlexander Bantyev
2020-05-07Drop unnecessary std::stringTobias Pflug
2020-05-07Remove replaceInSetTobias Pflug
2020-05-07Use ASSERT_EQ instead of ASSERT_STREQTobias Pflug
2020-05-07Manual: TypoEelco Dolstra
2020-05-07Manual: Fix typoEelco Dolstra
2020-05-07Update src/nix/search.ccEelco Dolstra
2020-05-06Remove support for old lockfiles and the epoch/uri attributesEelco Dolstra
2020-05-06Remove obsolete FIXMEEelco Dolstra
2020-05-06Remove the nixpkgs.<attr> compatibility hackEelco Dolstra
2020-05-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-06Merge pull request #3570 from Mic92/nix-searchDomen Kožar
2020-05-06WIP: add unit tests for libutilTobias Pflug
2020-05-06nix/search: no error for empty search results if json is enabledJörg Thalheim
2020-05-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-05-06Merge pull request #3546 from guibou/nix_readfile_on_0_sized_filesEelco Dolstra
2020-05-06Merge pull request #3557 from Ma27/nix-repl-helpEelco Dolstra
2020-05-06libstore/build.cc: more explicit about form of outputPeter Kolloch