Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 4eb9e20028c4
Choose a base ref
...
head repository: NixOS/nix
compare: 4fcf44825fbc
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 20, 2017

  1. Copy the full SHA
    1ff0118 View commit details
    Browse the repository at this point in the history
  2. nix eval --raw: Use coerceToString()

    Thus,
    
      $ nix eval --raw '("foo")'
      foo
    
      $ nix eval --raw nixpkgs.hello
      /nix/store/1y6ckg6khrdsvll54s5spcmf3w6ka9k4-hello-2.10
    
      $ nix eval --raw '(/etc/resolv.conf)'
      /nix/store/vml92ama92i8mz013nny461mlvg8mvap-resolv.conf
    edolstra committed Nov 20, 2017
    Copy the full SHA
    f5f29dc View commit details
    Browse the repository at this point in the history
  3. Add tests for "nix run"

    edolstra committed Nov 20, 2017
    Copy the full SHA
    4cde04f View commit details
    Browse the repository at this point in the history
  4. Document secret-key-files

    edolstra committed Nov 20, 2017
    Copy the full SHA
    8df60b4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0c9718a View commit details
    Browse the repository at this point in the history
  6. Add tests for verifying/copying content-addressed paths

    These don't require signatures.
    edolstra committed Nov 20, 2017
    Copy the full SHA
    4fcf448 View commit details
    Browse the repository at this point in the history