Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-16 | Merge remote-tracking branch 'upstream/master' into hash-always-has-type | John Ericson | |
2020-07-14 | EvalCache: Ignore SQLite errors | Eelco Dolstra | |
Fixes #3794. | |||
2020-06-29 | EvalCache: Store string contexts | Eelco Dolstra | |
2020-06-29 | Factor out EvalCache::forceDerivation() | Eelco Dolstra | |
2020-06-04 | nix flake init: Add a '--template' flag | Eelco Dolstra | |
The initial contents of the flake is specified by the 'templates.<name>' or 'defaultTemplate' output of another flake. E.g. outputs = { self }: { templates = { nixos-container = { path = ./nixos-container; description = "An example of a NixOS container"; }; }; }; allows $ nix flake init -t templates#nixos-container Also add a command 'nix flake new', which is identical to 'nix flake init' except that it initializes a specified directory rather than the current directory. | |||
2020-05-06 | Remove obsolete FIXME | Eelco Dolstra | |
2020-04-27 | nix search: Search legacyPackages recursively | Eelco Dolstra | |
2020-04-20 | Move eval-cache.{cc,hh} | Eelco Dolstra | |