aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-21Remove std::string aliasEelco Dolstra
2022-02-21Remove std::vector aliasEelco Dolstra
2022-02-21Remove std::set aliasEelco Dolstra
2022-02-21Remove std::list aliasEelco Dolstra
2022-02-21Merge pull request #6052 from hercules-ci/issue-3294-fix-interruptCallback-de...Eelco Dolstra
2022-02-21triggerInterrupt: Refactor to use breakRobert Hensing
2022-02-21Merge pull request #6120 from mayflower/print-full-namesEelco Dolstra
2022-02-19path-info: use full store paths when we have themLinus Heckemann
2022-02-18Integrate push-docker.sh into the release scriptEelco Dolstra
2022-02-18Merge remote-tracking branch 'origin/script-to-make-docker-release'Eelco Dolstra
2022-02-18Merge pull request #6114 from Radvendii/welcomeTextEelco Dolstra
2022-02-18remove the manifest before creating themRok Garbas
2022-02-18Merge remote-tracking branch 'origin/master' into script-to-make-docker-releaseRok Garbas
2022-02-17add release notes for welcomeTextTaeer Bar-Yam
2022-02-17Merge pull request #6103 from Radvendii/welcomeTextEelco Dolstra
2022-02-17make flake template welcomeText markdownTaeer Bar-Yam
2022-02-17Merge pull request #6110 from layus/patch-2Eelco Dolstra
2022-02-17Create to daemon-socket folder during installGuillaume Maudoux
2022-02-16InputScheme::fetch(): Return a StorePath instead of a TreeEelco Dolstra
2022-02-16addToStoreFromDump(): Take std::string_viewEelco Dolstra
2022-02-16Merge pull request #6104 from rrbutani/masterEelco Dolstra
2022-02-15manual: fix formatting for options with "machine-specific" defaultsRahul Butani
2022-02-15add descriptive output when creating templatesTaeer Bar-Yam
2022-02-14Merge pull request #6100 from edolstra/installables-cleanupEelco Dolstra
2022-02-14InstallableFlake: Default attr paths cleanupEelco Dolstra
2022-02-14Merge pull request #6092 from Kha/sandbox-wo-usernsEelco Dolstra
2022-02-12Fix using sandbox without user namespacesSebastian Ullrich
2022-02-11Merge pull request #6085 from edolstra/fix-flake-defaultsEelco Dolstra
2022-02-11Merge pull request #6086 from tomberek/profile_removeEelco Dolstra
2022-02-11profile: add verbosityTom Bereknyei
2022-02-11parseInstallables(): Don't try the flake attr path prefixes when no fragment ...Eelco Dolstra
2022-02-11flake.nix: Fix indentEelco Dolstra
2022-02-10check-hydra-status.sh: Ignore unfinished buildsEelco Dolstra
2022-02-10check-hydra-status.sh: Improve error behaviourEelco Dolstra
2022-02-09Merge pull request #6067 from trofi/revert-6060-prefer-inplace-libsEelco Dolstra
2022-02-09Revert "mk: prefert inplace library paths to system ones (take 2)"Sergei Trofimovich
2022-02-08Merge pull request #6060 from trofi/prefer-inplace-libsEelco Dolstra
2022-02-07mk: prefert inplace library paths to system ones (take 2)Sergei Trofimovich
2022-02-07Merge pull request #6054 from lincolnauster/lf-reporterrEelco Dolstra
2022-02-07Merge pull request #6057 from trofi/fix-daemon-crashesEelco Dolstra
2022-02-07Make sure no exceptions leave ignoreException()Sergei Trofimovich
2022-02-07fix markuplincoln auster
2022-02-07Fix 'basic_string::_M_construct null not valid' in interrupted downloadEelco Dolstra
2022-02-06repl/load-flake: throw error if path isn't specifiedlincoln auster [they/them]
2022-02-06Don't hold interruptCallbacks lock during interrupt handlingRobert Hensing
2022-02-06Merge pull request #6040 from matthewbauer/allow-missing-override-inputEelco Dolstra
2022-02-06Merge pull request #6047 from SuperSandro2000/nix-shell-BASHEelco Dolstra
2022-02-06Merge pull request #6042 from pennae/fix-repl-aEelco Dolstra
2022-02-06Merge pull request #6043 from Ma27/fix-compEelco Dolstra
2022-02-05nix-shell: set BASH variable to correct shellSandro Jäckel