aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-08Add missing include in util.ccNaïm Favier
2021-09-08Merge pull request #5215 from ncfavier/patch-1Eelco Dolstra
2021-09-07Merge pull request #4922 from nrdxp/default-submodulesShea Levy
2021-09-05Fix use-registries logic in builtins.getFlakeNaïm Favier
2021-09-02Add FIXMEEelco Dolstra
2021-09-02Don't use read-only mode for nix build --dry-runGeorges Dubus
2021-09-02parseInstallables(): Parse store paths as store pathsEelco Dolstra
2021-09-02Failing test case for flake in storeStéphan Kochen
2021-09-02Merge pull request #5203 from NixOS/fix-invalid-lockfile-namesEelco Dolstra
2021-09-02Merge pull request #5204 from lucc/patch-1Eelco Dolstra
2021-09-02Docs: Fix syntax error in json example in man pageLucas Hoffmann
2021-09-02Don’t create lockfiles with an invalid path nameregnat
2021-09-02Merge pull request #5201 from abathur/fix_missing_install_test_cachixDomen Kožar
2021-09-02Merge pull request #5202 from abathur/sudo_diskutil2Domen Kožar
2021-09-01install: fix addVolume perm issue for some usersTravis A. Everett
2021-09-01fix CI for users with no installer-test cachixTravis A. Everett
2021-09-01StyleEelco Dolstra
2021-09-01Merge branch 'short-circuit-subst' of https://github.com/Kha/nixEelco Dolstra
2021-09-01Merge pull request #5066 from Radvendii/masterEelco Dolstra
2021-08-31fix parse of `/${foo}`. was `// + foo`Taeer Bar-Yam
2021-08-31add documentation for path antiquotationsTaeer Bar-Yam
2021-08-31path antiquotations: canonizePath -> canonicalizePathTaeer Bar-Yam
2021-08-31Merge pull request #5196 from hercules-ci/verbose-tests-fetchurl-for-darwin-eofEelco Dolstra
2021-08-31tests/fetchurl.sh: Be verbose to help debug darwin eof bug #2794Robert Hensing
2021-08-31Merge pull request #5071 from NixOS/dont-send-xp-features-to-the-daemonEelco Dolstra
2021-08-30TarArchive: Small refactoringEelco Dolstra
2021-08-30Don't segfault if archive_entry_pathname() returns nullEelco Dolstra
2021-08-30Merge pull request #5096 from AnatoleLucet/patch-1Eelco Dolstra
2021-08-30Merge pull request #5179 from matthewbauer/use-zshrcEelco Dolstra
2021-08-30Merge pull request #5172 from matthewbauer/enableOwnershipEelco Dolstra
2021-08-30Merge pull request #5186 from trofi/fix-DESTDIREelco Dolstra
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
2021-08-30Merge pull request #5187 from trofi/prefer-inplace-libsEelco Dolstra
2021-08-30Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygieneEelco Dolstra
2021-08-30Merge pull request #5192 from hercules-ci/non-null-posEelco Dolstra
2021-08-30Don’t accept experimental features from the clientregnat
2021-08-30TidyRobert Hensing
2021-08-29Fix use after free with vImportedDrvToDerivationRobert Hensing
2021-08-29Move vCallFlake into EvalStateRobert Hensing
2021-08-29Force all Pos* to be non-nullRobert Hensing
2021-08-28mk: prefert inplace library paths to system onesSergei Trofimovich
2021-08-28doc/manual/local.mk: fix 'make install DESTDIR=...'Sergei Trofimovich
2021-08-25Revert "Use /etc/zshenv instead of /etc/zshrc for profile"Matthew Bauer
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
2021-08-24Try setting enableOwnership in macOS installMatthew Bauer
2021-08-23Coding styleEelco Dolstra
2021-08-23Merge branch 'fix/subflake-follows-fix' of https://github.com/ArctarusLimited...Eelco Dolstra
2021-08-23Merge pull request #5160 from CertainLach/fix/invalid-characters-in-json-loggerEelco Dolstra
2021-08-23Merge branch 'fix-attr-path-prefixes' of https://github.com/jtojnar/nixEelco Dolstra
2021-08-22Replace invalid characters in json loggerYaroslav Bolyukin