aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-22Use upstream nlohmann_jsonEelco Dolstra
2019-10-22Convert old-style profile manifestEelco Dolstra
2019-10-22Add "nix profile upgrade" commandEelco Dolstra
2019-10-22Add "nix profile remove" commandEelco Dolstra
2019-10-22nix profile info: Index elementsEelco Dolstra
2019-10-22Add start of 'nix profile' commandEelco Dolstra
2019-10-21Fix "nixpkgs." compatibilityEelco Dolstra
2019-10-21exportGitHub(): Don't rely on the ETag from GitHubEelco Dolstra
2019-10-21Use upstream json_fwd.hpp to speed up compilationEelco Dolstra
2019-10-21Fix buildEelco Dolstra
2019-10-21Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-21Mark content-addressable paths with references as experimentalEelco Dolstra
2019-10-21nix make-content-addressable: Add examplesEelco Dolstra
2019-10-21Fix buildEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-21buildenv: Eliminate global variables, other cleanupEelco Dolstra
2019-10-21Add getDefaultProfile() functionEelco Dolstra
2019-10-21Don't ignore revs/refs of local flakerefsEelco Dolstra
2019-10-21Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-21Add experimental-features settingEelco Dolstra
2019-10-21SourceExprCommand::getSourceExpr(): Allocate more spaceEelco Dolstra
2019-10-20Fix InstallableFlake::what()Eelco Dolstra
2019-10-16Add experimental-features settingEelco Dolstra
2019-10-16Improve GitHub cachingEelco Dolstra
2019-10-15Fix 'nix flake init'Eelco Dolstra
2019-10-15Support non-x86_64-linux system types in flakesEelco Dolstra
2019-10-14Move code aroundEelco Dolstra
2019-10-11ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra
2019-10-10Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-10Fix buildEelco Dolstra
2019-10-10nix verify: Fix uninitialized variableEelco Dolstra
2019-10-10Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2019-10-10nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexprEelco Dolstra
2019-10-10DohEelco Dolstra
2019-10-09Force per-user group to a known valueEelco Dolstra
2019-10-09Go back to 755 permission on per-user directoriesEelco Dolstra
2019-10-09nix-env: Create ~/.nix-defexpr automaticallyEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-10-09Remove world-writability from per-user directoriesEelco Dolstra
2019-10-09Filter ANSI escape sequences in -L outputEelco Dolstra
2019-10-09Make std::uncaught_exception warning less noisyEelco Dolstra
2019-10-09Fix Bison 2.4 warningEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-10-09getSourceExpr(): Handle channelsEelco Dolstra
2019-10-09Merge pull request #3132 from matthewbauer/handle-sandbox-shellEelco Dolstra
2019-10-09nix search: Don't quietly ignore errorsEelco Dolstra
2019-10-09nix-build: Fix compilationEelco Dolstra
2019-10-08Handle empty sandbox_shellMatthew Bauer
2019-10-08Don’t source bashrc in pure modeMatthew Bauer
2019-10-08Move addRegistrOverridesEelco Dolstra