about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2014-01-23 nix-shell: Add --impure flagEelco Dolstra1-3/+2
2014-01-23 nix-shell: Preserve the TZ variable of the userEelco Dolstra1-2/+3
2014-01-23 nix-build: RefactorEelco Dolstra1-1/+1
2014-01-21 Remove unused typeEelco Dolstra1-1/+0
2014-01-21 Fix evaluationEelco Dolstra1-1/+1
2014-01-20 nix.spec: Remove "make check" since it's a no-opEelco Dolstra1-4/+0
2014-01-20 Build Fedora 20 RPMsEelco Dolstra1-0/+4
2014-01-15 nix-profile.sh: Add the Nixpkgs channel to $NIX_PATHEelco Dolstra1-1/+6
2014-01-14 Bare dynamic attrs: Match interpolation semanticsShea Levy1-1/+1
2014-01-14 Allow "bare" dynamic attrsShea Levy4-0/+21
2014-01-13 Document nullsEelco Dolstra1-0/+3
2014-01-13 nix-shell: Don't set NIX_INDENT_MAKEEelco Dolstra1-0/+1
2014-01-13 nix-shell: Set $IN_NIX_SHELL before evaluatingEelco Dolstra1-2/+2
2014-01-08 Fix signed-binary-caches testEelco Dolstra1-1/+4
2014-01-08 Test whether Nix correctly checks the hash of downloaded NARsEelco Dolstra1-0/+14
2014-01-08 Fix checking of NAR hashesEelco Dolstra1-0/+1
2014-01-08 Support cryptographically signed binary cachesEelco Dolstra8-12/+126
2014-01-06 Revert "nix-shell: Set $IN_NIX_SHELL before evaluation"Eelco Dolstra1-2/+2
2014-01-06 Merge branch 'dynamic-attrs-no-sugar' of github.com:shlevy/nixEelco Dolstra10-63/+249
2014-01-06 wordingDomen Kožar1-1/+1
2014-01-06 Disable FreeBSD tests for nowEelco Dolstra1-5/+5
2014-01-06 Disable the tail call testEelco Dolstra1-0/+0
2013-12-31 Don't use any syntactic sugar for dynamic attrsShea Levy4-128/+68
2013-12-31 Fold dynamic binds handling into addAttrShea Levy3-55/+37
2013-12-31 Dynamic attrsShea Levy6-23/+256
2013-12-31 Add the ExprBuiltin Expr type to the ASTShea Levy6-9/+40
2013-12-30 nix-shell --pure: Don't clear IN_NIX_SHELLShea Levy1-1/+1
2013-12-20 Revert "Scan /proc/<pid>/cmdline for GC roots"Eelco Dolstra1-8/+4
2013-12-20 DohEelco Dolstra1-1/+1
2013-12-20 perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.Petr Rockai1-0/+2
2013-12-20 nix-env --set-flag: Barf if a selector doesn't match any installed packageEelco Dolstra1-5/+13
2013-12-20 Scan /proc/<pid>/cmdline for GC rootsEelco Dolstra1-4/+8
2013-12-20 nix-shell: Don't warn about the lack of a GC rootEelco Dolstra2-1/+6
2013-12-20 nix-shell: Set $IN_NIX_SHELL before evaluationEelco Dolstra1-2/+2
2013-12-20 nix-shell: Handle --option correctlyEelco Dolstra2-3/+7
2013-12-17 nix-shell --pure: Keep $TERMEelco Dolstra1-1/+1
2013-12-10 Bump language version for new storePath featureShea Levy1-1/+1
2013-12-10 builtins.storePath: Try to substitute the path if it is not yet validShea Levy1-2/+2
2013-12-10 Garbage collector: Release locks on temporary root filesEelco Dolstra1-0/+1
2013-12-05 Print a trace message if a build fails due to the platform being unknownEelco Dolstra1-1/+4
2013-11-22 Include <cstring> for memsetEelco Dolstra1-0/+1
2013-11-19 Bump version numberEelco Dolstra1-1/+1
2013-11-19 Check meta values and warn about bad onesEelco Dolstra4-26/+54
2013-11-19 Generalise meta attributesEelco Dolstra5-204/+204
2013-11-19 Shorter error messageEelco Dolstra1-2/+1
2013-11-19 Drop support for user environment manifests in ATerm formatEelco Dolstra1-112/+1
2013-11-19 nix-env -q: Add a --json flagEelco Dolstra1-8/+45
2013-11-19 Refactor JSON outputEelco Dolstra2-13/+56
2013-11-19 Add a toJSON primopEelco Dolstra10-24/+179
2013-11-18 Add a primop unsafeGetAttrPos to return the position of an attributeEelco Dolstra6-6/+44