aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27nix dev-shell: Improve environment handlingEelco Dolstra
2019-09-27cmatch -> smatchEelco Dolstra
2019-09-26Fix sorting of non-flake input attributesEelco Dolstra
2019-09-24Shut up some warningsEelco Dolstra
2019-09-22nix flake info --json: Get rid of duplicate getFlake() callEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-20SimplifyEelco Dolstra
2019-09-20Use '#' instead of ':' to separate flakeref and attrpathEelco Dolstra
2019-09-20Flake alias -> idEelco Dolstra
2019-09-20Add flags to disallow dirty Git trees and to turn off warningsEelco Dolstra
2019-09-20Shut up some warningsEelco Dolstra
2019-09-19nix flake check: Validate nixosConfigurations outputsEelco Dolstra
2019-09-18Some effort to minimize flake dependenciesEelco Dolstra
2019-09-18Record original flakerefs in the lock file againEelco Dolstra
2019-09-18Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-09-18Merge pull request #3094 from alexfmpe/fix-builtins-orderEelco Dolstra
2019-09-17Move 'builtins.splitVersion' to position respecting alphabetical orderAlexandre Esteves
2019-09-13std::uncaught_exception() -> std::uncaught_exceptions()Eelco Dolstra
2019-09-13Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-09-11Merge pull request #3089 from jtanguy/docs-fetchgitEelco Dolstra
2019-09-11docs: Use the explicit ref for fetchGit with a tagJulien Tanguy
2019-09-11docs: Fix a typo in github in an exampleJulien Tanguy
2019-09-10nix flake check: Check hydraJobsEelco Dolstra
2019-09-10flake.nix: Remove VM tests from 'checks'Eelco Dolstra
2019-09-10Test quoted attrpathsEelco Dolstra
2019-09-10nix flake check: Add some testsEelco Dolstra
2019-09-10nix flake check: Do some basic checks on NixOS modulesEelco Dolstra
2019-09-10nix flake check: Check overlaysEelco Dolstra
2019-09-09Require flake.nix to be an attrset (not a non-trivial thunk)Eelco Dolstra
2019-09-09Don't allow arbitrary computations in flake attributesEelco Dolstra
2019-09-05Use git+ prefix in flake URI schemesEelco Dolstra
2019-09-04Disable OpenSSL lock callback on OpenSSL >= 1.1.1Eelco Dolstra
2019-09-04upload-release.pl: Fix sshfs callEelco Dolstra
2019-09-04BinaryCacheStore: Add index-debug-info optionEelco Dolstra
2019-09-04Bump versionEelco Dolstra
2019-09-04Tweak release notesEelco Dolstra
2019-09-04Disable OpenSSL lock callback on OpenSSL >= 1.1.1Eelco Dolstra
2019-09-04Revert "Remove obsolete OpenSSL locking code"Eelco Dolstra
2019-09-04Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-09-04Set release dateEelco Dolstra
2019-09-04gc-auto.sh: Increase sleep timeEelco Dolstra
2019-09-03gc-auto.sh: More test fixesEelco Dolstra
2019-09-03Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra
2019-09-03gc-auto.sh: Add some more instrumentationEelco Dolstra
2019-09-03Add some noexceptsEelco Dolstra
2019-09-03Ensure that Callback is called only onceEelco Dolstra
2019-09-03Downloader: Remove a possible double call to CallbackEelco Dolstra
2019-09-03Merge pull request #3066 from matthewbauer/wait4pathEelco Dolstra
2019-09-02Fix launchd program argsMatthew Bauer
2019-09-02nix repl: Run in impure modeEelco Dolstra