Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | Added nonFlakeRequires and the command `nix flake deps` | Nick Van den Broeck | |
2019-04-08 | Whitespace | Eelco Dolstra | |
2019-04-08 | Allow relative paths in flakerefs | Eelco Dolstra | |
Also allow "." as an installable to refer to the flake in the current directory. E.g. $ nix build . will build 'provides.defaultPackage' in the flake in the current directory. | |||
2019-04-08 | Move flake template into a separate file | Eelco Dolstra | |
2019-04-08 | Add "nix flake init" command for creating a flake | Eelco Dolstra | |
2019-04-08 | nix: Add --impure as a shorter alias of --no-pure-eval | Eelco Dolstra | |
2019-04-08 | Add path flakeref variant | Eelco Dolstra | |
Unlike file://<path>, this allows the path to be a dirty Git tree, so nix build /path/to/flake:attr is a convenient way to test building a local flake. | |||
2019-04-08 | Add a flake.nix | Eelco Dolstra | |
2019-04-08 | nix: Support nixpkgs.<attrpath> for compatibility | Eelco Dolstra | |
2019-04-08 | Fix tests | Eelco Dolstra | |
2019-04-08 | nix: Make -f work for compatibility | Eelco Dolstra | |
2019-04-08 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-04-08 | nix: New installables syntax | Eelco Dolstra | |
The general syntax for an installable is now <flakeref>:<attrpath>. The attrpath is relative to the flake's 'provides.packages' or 'provides' if the former doesn't yield a result. E.g. $ nix build nixpkgs:hello is equivalent to $ nix build nixpkgs:packages.hello Also, '<flakeref>:' can be omitted, in which case it defaults to 'nixpkgs', e.g. $ nix build hello | |||
2019-04-08 | findAlongAttrPath(): Throw AttrPathNotFound | Eelco Dolstra | |
2019-04-01 | primeCache(): Barf if builds are needed but not allowed | Eelco Dolstra | |
Fixes #2753. | |||
2019-04-01 | getMachines(): Cache result | Eelco Dolstra | |
2019-04-01 | Use Nixpkgs 19.03 | Eelco Dolstra | |
2019-03-27 | Fix Bison 3.3 warning | Eelco Dolstra | |
2019-03-27 | Update eval-okay-types.exp to match #1828 | Eelco Dolstra | |
2019-03-27 | Merge remote-tracking branch 'tweag/flake-registries' into flakes | Eelco Dolstra | |
2019-03-26 | Remove debug line | Eelco Dolstra | |
2019-03-26 | nix flake add: Handle ~/.config/nix not existing | Eelco Dolstra | |
Fixes $ nix flake add fnord github:edolstra/fnord error: opening file '/home/eelco/.config/nix/registry.json': No such file or directory | |||
2019-03-26 | Merge remote-tracking branch 'tweag/flake-add' into flakes | Eelco Dolstra | |
2019-03-26 | Merge remote-tracking branch 'tweag/auto-update-flake' into flakes | Eelco Dolstra | |
2019-03-26 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2019-03-25 | Merge pull request #2744 from veprbl/patch-8 | Graham Christensen | |
manual: mention the "channel:" shorthand for NIX_PATH | |||
2019-03-25 | manual: mention the "channel:" shorthand for NIX_PATH | Dmitry Kalinkin | |
Bumped to 15.09 because older channels, when downloaded from nixos.org, require firefox to be accessed via `pkgs.firefox` | |||
2019-03-25 | Merge pull request #1828 from zimbatm/isPath | Eelco Dolstra | |
Add isPath primop | |||
2019-03-25 | perl/configure.ac: fix for new version location too | Will Dietz | |
2019-03-25 | configure.ac: update for new version file location | Will Dietz | |
2019-03-25 | store-api.hh: add missing include for unordered_map | Will Dietz | |
2019-03-25 | version -> .version, avoid conflict with C++20 <version> | Will Dietz | |
2019-03-24 | Merge pull request #2693 from thoughtpolice/scripts/multi-user-sandbox | Domen Kožar | |
scripts: remove default 'sandbox = false' from multi-user installer | |||
2019-03-24 | Add isPath primop | zimbatm | |
this is added for completeness' sake since all the other possible `builtins.typeOf` results have a corresponding `builtins.is<Type>` | |||
2019-03-23 | Combining registries properly | Nick Van den Broeck | |
2019-03-22 | Issue #15 is finished | Nick Van den Broeck | |
2019-03-22 | Fixed minor things | Nick Van den Broeck | |
2019-03-22 | Implemented --flake flag for nix build | Nick Van den Broeck | |
Also fixed Eelco's PR comments | |||
2019-03-21 | Merge pull request #2741 from mayflower/primop-type-desc | Eelco Dolstra | |
eval: improve type description for primops and applied primops | |||
2019-03-21 | eval: improve type description for primops and applied primops | Linus Heckemann | |
This can make type errors a little easier to understand. | |||
2019-03-21 | Merge pull request #2739 from mayflower/builtins-doc-explicit | Eelco Dolstra | |
manual: include builtins.* for globally available builtins | |||
2019-03-21 | manual: include builtins.* for globally available builtins | Linus Heckemann | |
This improves searchability. | |||
2019-03-18 | Merge pull request #2731 from nomeata/link-to-conf-builders-use-substitutes | Eelco Dolstra | |
Link to `builders-use-substitutes` in chapter on distributed builds | |||
2019-03-16 | Link to `builders-use-substitutes` in chapter on distributed builds | Joachim Breitner | |
fixes #2730. | |||
2019-03-15 | Merge pull request #2727 from Chakerbh/master | Eelco Dolstra | |
Add a 5 seconds of timeout to connecting to S3. | |||
2019-03-15 | Add a 5 seconds of timeouts to connect to S3. | Chaker Benhamed | |
The default is 1000ms, but we can hit it a lot of we don't have direct link to AWS (e.g. using VPN). | |||
2019-03-14 | Merge pull request #2725 from andir/docs/s3-typo | Graham Christensen | |
docs: fix typo in AllowDirectReads | |||
2019-03-14 | docs: fix typo in AllowDirectReads | Andreas Rammhold | |
It was just missing an `l` but should be fixed anyway. | |||
2019-03-14 | pkg-config files: Use c++17 | Eelco Dolstra | |
2019-03-14 | experimental/optional -> optional | Eelco Dolstra | |