about summary refs log tree commit diff
path: root/tests/check.nix (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22 Don't access tarballs.nixos.org in a testEelco Dolstra1-3/+3
2018-01-19 Don't use [[noreturn]]Eelco Dolstra1-6/+3
2018-01-19 Rewrite builtin derivation environmentEelco Dolstra3-1/+25
2018-01-19 Don't retry CURLE_URL_MALFORMATEelco Dolstra1-0/+1
2018-01-19 Add a test for --check / --repeatEelco Dolstra3-1/+32
2018-01-18 Don't define builtins.{currentSystem,currentTime} in pure modeEelco Dolstra2-7/+3
2018-01-17 nix eval: Stop progress bar before printing the resultEelco Dolstra1-0/+4
2018-01-17 nix eval: Take only one argumentEelco Dolstra1-15/+11
2018-01-17 Move show-trace docsEelco Dolstra3-8/+8
2018-01-17 TypoEelco Dolstra1-1/+1
2018-01-16 <nix/fetchurl.nix>: Don't access builtins.currentSystemEelco Dolstra1-2/+4
2018-01-16 Make show-trace a config settingEelco Dolstra2-4/+2
2018-01-16 Add pure evaluation modeEelco Dolstra19-53/+159
2018-01-16 parseExprFromFile -> evalFileEelco Dolstra1-4/+2
2018-01-15 Barf when using a diverted store on macOSEelco Dolstra1-2/+7
2018-01-15 Fix manpath detectionIavael1-1/+1
2018-01-13 Fix tests using user namespaces on kernels that don't have itTuomas Tynkkynen4-16/+33
2018-01-12 nix log: use pagerWill Dietz1-0/+1
2018-01-12 Remove extra space.Peter Stuart1-1/+1
2018-01-12 import, builtins.readFile: Handle diverted storesEelco Dolstra4-8/+33
2018-01-10 release: access fetchGit from builtins to fix eval w/1.11 (<1.12)Will Dietz1-1/+1
2018-01-09 nix.conf: builders-use-substitutesRenzo Carbonara3-2/+23
2018-01-09 fetchGit: fix creation of uninitialized cache dir, let git create itWill Dietz1-1/+0
2018-01-09 fetchGit.sh: Test we don't "corrupt" cache if invoke w/o git availWill Dietz1-0/+13
2018-01-08 Improve error message with --repair for untrusted usersEelco Dolstra1-1/+1
2018-01-04 Fix Fedora 25 i386 RPM buildBenjamin Hipple1-1/+2
2018-01-04 Rename "use-substitutes" to "substitute"Eelco Dolstra3-3/+3
2018-01-03 installer: create 'enough' build usersDaiderd Jordan1-1/+1
2018-01-03 installer: don't touch /etc/profileDaiderd Jordan1-1/+1
2018-01-02 Fix RPM builds by increasing VM memory sizeBenjamin Hipple1-1/+1
2018-01-02 Add hasContext primopShea Levy1-0/+9
2017-12-30 run.sh: include lib64 in sandbox-paths to fix on ubuntu 16.XXWill Dietz1-2/+2
2017-12-30 use libbrotli directly when availableWill Dietz7-13/+207
2017-12-29 Do not export ASPELL_CONFFrederik Rietdijk1-6/+0
2017-12-26 nix repl: use linenoiseKeyType to differentiate ^C and ^DWill Dietz1-1/+10
2017-12-25 Remove debug lineEelco Dolstra1-1/+0
2017-12-22