-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC 0049] Flakes #49
Closed
Closed
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 13b4857 - Browse repository at this point
Copy the full SHA 13b4857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 734d920 - Browse repository at this point
Copy the full SHA 734d920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b16530 - Browse repository at this point
Copy the full SHA 3b16530View commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c83185c - Browse repository at this point
Copy the full SHA c83185cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5d0a2 - Browse repository at this point
Copy the full SHA cc5d0a2View commit details
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f2cf8a8 - Browse repository at this point
Copy the full SHA f2cf8a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1441693 - Browse repository at this point
Copy the full SHA 1441693View commit details
Commits on Jul 16, 2019
-
Co-Authored-By: Frederik Rietdijk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9334af1 - Browse repository at this point
Copy the full SHA 9334af1View commit details -
Co-Authored-By: Frederik Rietdijk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57f139b - Browse repository at this point
Copy the full SHA 57f139bView commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 368d932 - Browse repository at this point
Copy the full SHA 368d932View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c6f44 - Browse repository at this point
Copy the full SHA f2c6f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bcf196 - Browse repository at this point
Copy the full SHA 4bcf196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f1c51 - Browse repository at this point
Copy the full SHA 15f1c51View commit details
Commits on Jul 23, 2019
-
Transposition typo GitHub <-> Git
Toon Nolten committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for b2d6b9c - Browse repository at this point
Copy the full SHA b2d6b9cView commit details
Commits on Jul 29, 2019
-
Merge pull request #1 from toonn/flakes
Transposition typo GitHub <-> Git
Configuration menu - View commit details
-
Copy full SHA for 0d94186 - Browse repository at this point
Copy the full SHA 0d94186View commit details
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 859d44a - Browse repository at this point
Copy the full SHA 859d44aView commit details
Commits on Aug 16, 2019
-
Remove mention of evaluation caching
This is an implementation detail, not really relevant here.
Configuration menu - View commit details
-
Copy full SHA for efa667f - Browse repository at this point
Copy the full SHA efa667fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e33d8 - Browse repository at this point
Copy the full SHA 79e33d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970c31c - Browse repository at this point
Copy the full SHA 970c31cView commit details
Commits on Aug 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d63b4cc - Browse repository at this point
Copy the full SHA d63b4ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d053724 - Browse repository at this point
Copy the full SHA d053724View commit details
Commits on Aug 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e04ad16 - Browse repository at this point
Copy the full SHA e04ad16View commit details
Commits on Sep 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2bdbe70 - Browse repository at this point
Copy the full SHA 2bdbe70View commit details
Commits on Oct 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e09a75e - Browse repository at this point
Copy the full SHA e09a75eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0386d - Browse repository at this point
Copy the full SHA fe0386dView commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7e9497c - Browse repository at this point
Copy the full SHA 7e9497cView commit details
Commits on Nov 4, 2019
-
This removes: * Discussion of UI (`nix`) changes. The `nix` CLI is experimental anyway so no need to discuss it in an RFC. * Flake references. These are mainly of use in the CLI. In flake.nix, we can use attrsets instead (e.g. `{ type = "github"; owner = "NixOS"; repo = "nixpkgs"; }` instead of `github:NixOS/nixpkgs`). * The well-known outputs. The flake mechanism doesn't care about what the outputs are, only tools (like `nix`) care about particular outputs. * Most of the discussion about registries. There are still indirect flake inputs (e.g. `nixpkgs`) but how these are resolved is an implementation detail of tools that update the lock file.
Configuration menu - View commit details
-
Copy full SHA for c24dca8 - Browse repository at this point
Copy the full SHA c24dca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3058b36 - Browse repository at this point
Copy the full SHA 3058b36View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dd6c657 - Browse repository at this point
Copy the full SHA dd6c657View commit details
Commits on Feb 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for abb2799 - Browse repository at this point
Copy the full SHA abb2799View commit details -
Configuration menu - View commit details
-
Copy full SHA for b60f889 - Browse repository at this point
Copy the full SHA b60f889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a9ff7 - Browse repository at this point
Copy the full SHA 95a9ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 969b079 - Browse repository at this point
Copy the full SHA 969b079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c734b8 - Browse repository at this point
Copy the full SHA 3c734b8View commit details
Commits on Mar 6, 2020
-
Change the lock file to a directed graph
This allows circular dependencies between flakes and makes lock files more compact (e.g. you can deduplicate all the 'nixpkgs' inputs).
Configuration menu - View commit details
-
Copy full SHA for 07767e6 - Browse repository at this point
Copy the full SHA 07767e6View commit details
Commits on Apr 10, 2020
-
Future editions of flakes or the Nix language can be supported by renaming flake.nix (e.g. flake-v2.nix). This avoids a bootstrap problem where we don't know which grammar to use to parse flake*.nix. It also allows a project to support multiple flake editions, in theory.
Configuration menu - View commit details
-
Copy full SHA for 421a9cd - Browse repository at this point
Copy the full SHA 421a9cdView commit details
Commits on Apr 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6fa3b7b - Browse repository at this point
Copy the full SHA 6fa3b7bView commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bfa627e - Browse repository at this point
Copy the full SHA bfa627eView commit details
Commits on May 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8c36f76 - Browse repository at this point
Copy the full SHA 8c36f76View commit details
Commits on May 29, 2020
-
Co-authored-by: Jan Tojnar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f053ecf - Browse repository at this point
Copy the full SHA f053ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbf231 - Browse repository at this point
Copy the full SHA 0dbf231View commit details
Commits on Jun 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ca2845b - Browse repository at this point
Copy the full SHA ca2845bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.