Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -2/+2 | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||||
2017-07-03 | Replace a few bool flags with enums | Eelco Dolstra | 1 | -3/+3 | |
Functions like copyClosure() had 3 bool arguments, which creates a severe risk of mixing up arguments. Also, implement copyClosure() using copyPaths(). | |||||
2017-05-01 | build-remote: Don't require signatures | Eelco Dolstra | 1 | -1/+1 | |
This restores the old behaviour. | |||||
2017-03-16 | ssh:// -> ssh-ng://, legacy-ssh:// -> ssh:// | Eelco Dolstra | 1 | -1/+1 | |
2017-03-16 | copyPaths(): Use queryValidPaths() to reduce SSH latency | Eelco Dolstra | 1 | -1/+1 | |
2017-03-16 | nix-copy-closure: Fix assertion failure | Eelco Dolstra | 1 | -1/+5 | |
$ ./inst/bin/nix-copy-closure --to bla $(type -p firefox) nix-copy-closure: src/libstore/store-api.cc:80: std::__cxx11::string nix::storePathToHash(const Path&): Assertion `base.size() >= storePathHashLen' failed. | |||||
2017-02-07 | nix-copy-closure: Use computeFSClosure() and LegacySSHStore | Eelco Dolstra | 1 | -12/+11 | |
2017-01-20 | nix-copy-closure: Implement in C++. | Shea Levy | 2 | -0/+67 | |
Tests fail currently because the database is not given proper hashes in the VM |