Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Update lowdown version | regnat | |
Fix #4042 According to https://github.com/kristapsdz/lowdown/commit/8aef9e9290de22a10c14ae138257bc1c7fa8ba1f, we shouldn't need to use a fork anymore so we can switch back to upstream | |||
2020-08-24 | Fix clang build | Eelco Dolstra | |
2020-06-09 | flake.lock: Update | Eelco Dolstra | |
Flake input changes: * Updated 'nixpkgs': 'github:NixOS/nixpkgs/b88ff468e9850410070d4e0ccd68c7011f15b2be' -> 'github:NixOS/nixpkgs/70717a337f7ae4e486ba71a500367cad697e5f09' | |||
2020-03-30 | flake.lock: Update | Eelco Dolstra | |
Flake input changes: * Updated 'nixpkgs': 'github:NixOS/nixpkgs/81fa5f4501372671b464fe0104fe47f5327b46fe' -> 'github:NixOS/nixpkgs/b88ff468e9850410070d4e0ccd68c7011f15b2be' | |||
2020-03-20 | Fix GitHub VM test | Eelco Dolstra | |
2020-03-20 | flake.nix: Switch to 20.03 | Eelco Dolstra | |
2020-02-18 | ggRevert "Use Nixpkgs 20.03" | Eelco Dolstra | |
This reverts commit 5921ca89f9cc6247830e92a71f7db3f1fe0c193b. | |||
2020-02-18 | Use Nixpkgs 20.03 | Eelco Dolstra | |
2020-02-03 | Update flake.lock | Eelco Dolstra | |
2020-01-29 | Clean up the lock file handling flags | Eelco Dolstra | |
Added a flag --no-update-lock-file to barf if the lock file needs any changes. This is useful for CI systems if you're building a checkout. Fixes #2947. Renamed --no-save-lock-file to --no-write-lock-file. It is now a fatal error if the lock file needs changes but --no-write-lock-file is not given. | |||
2020-01-22 | Doh | Eelco Dolstra | |
2020-01-21 | Pluggable fetchers | Eelco Dolstra | |
Flakes are now fetched using an extensible mechanism. Also lots of other flake cleanups. | |||
2020-01-06 | Update flake.lock | Eelco Dolstra | |
2019-12-16 | Update flake.lock | Eelco Dolstra | |
2019-11-06 | Fix GitHub test | Eelco Dolstra | |
2019-10-22 | Use upstream nlohmann_json | Eelco Dolstra | |
2019-10-08 | Temporary compatibility hack | Eelco Dolstra | |
2019-10-08 | uri -> url for consistency | Eelco Dolstra | |
2019-10-04 | Merge release.nix, shell.nix and release-common.nix into flake.nix | Eelco Dolstra | |
Also provide a Nixpkgs overlay, memoize Nixpkgs evaluation and fit the githubFlakes test. | |||
2019-09-18 | Record original flakerefs in the lock file again | Eelco Dolstra | |
If 'input.<name>.uri' changes, then the entry in the lockfile for input <name> should be considered stale. Also print some messages when lock file entries are added/updated. | |||
2019-08-30 | Remove 'name' attribute from flakes | Eelco Dolstra | |
This is no longer needed since flakes are given an identity in the 'inputs' attribute. | |||
2019-08-30 | Update flake.{nix,lock} | Eelco Dolstra | |
2019-06-11 | Add a test for GitHub flakes | Eelco Dolstra | |
Fixes #2889. | |||
2019-06-04 | Update flake.lock | Eelco Dolstra | |
2019-05-31 | Rename requires -> inputs, provides -> outputs | Eelco Dolstra | |
Issue #2828. | |||
2019-05-09 | Update flake.lock | Eelco Dolstra | |
2019-05-08 | Add newline at end of lockfile | Eelco Dolstra | |
Suggested by @grahamc. | |||
2019-04-19 | Update flake.lock | Eelco Dolstra | |
2019-04-16 | Add flake lockfile | Eelco Dolstra | |