Skip to content
Snippets Groups Projects
  1. Oct 03, 2017
  2. Jun 06, 2017
    • Eelco Dolstra's avatar
      Always use the Darwin sandbox · 85e93d7b
      Eelco Dolstra authored
      Even with "build-use-sandbox = false", we now use sandboxing with a
      permissive profile that allows everything except the creation of
      setuid/setgid binaries.
      85e93d7b
  3. May 31, 2017
  4. May 30, 2017
  5. Feb 07, 2017
  6. Jan 20, 2017
  7. Nov 10, 2016
  8. Oct 16, 2016
  9. Aug 11, 2016
  10. Aug 10, 2016
  11. Aug 09, 2016
    • Shea Levy's avatar
      nix-build: Port to c++ · 80ebc553
      Shea Levy authored
      This was a dumb line-for-line rewrite, because nix build/nix run/etc.
      will replace it.
      80ebc553
  12. Jul 21, 2016
  13. Jun 02, 2016
    • Eelco Dolstra's avatar
      LocalStore: Allow the physical and logical store directories to differ · 4494000e
      Eelco Dolstra authored
      This is primarily to subsume the functionality of the
      copy-from-other-stores substituter. For example, in the NixOS
      installer, we can now do (assuming we're in the target chroot, and the
      Nix store of the installation CD is bind-mounted on /tmp/nix):
      
        $ nix-build ... --option substituters 'local?state=/tmp/nix/var&real=/tmp/nix/store'
      
      However, unlike copy-from-other-stores, this also allows write access
      to such a store. One application might be fetching substitutes for
      /nix/store in a situation where the user doesn't have sufficient
      privileges to create /nix, e.g.:
      
        $ NIX_REMOTE="local?state=/home/alice/nix/var&real=/home/alice/nix/store" nix-build ...
      4494000e
  14. Apr 25, 2016
  15. Apr 11, 2016
    • Eelco Dolstra's avatar
      Remove manifest support · 86796726
      Eelco Dolstra authored
      Manifests have been superseded by binary caches for years. This also
      gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
      86796726
  16. Feb 09, 2016
  17. Dec 15, 2014
  18. Sep 18, 2014
  19. Sep 16, 2014
  20. May 02, 2014
  21. Apr 09, 2014
  22. Apr 07, 2014
  23. Mar 12, 2014
  24. Feb 18, 2014
  25. Nov 25, 2013
  26. Nov 22, 2013
  27. Nov 14, 2013
  28. Oct 03, 2012
  29. Jul 26, 2012
  30. Jul 18, 2012
  31. Jun 29, 2012
Loading