aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
AgeCommit message (Collapse)Author
2020-01-21Pluggable fetchersEelco Dolstra
Flakes are now fetched using an extensible mechanism. Also lots of other flake cleanups.
2020-01-06Update flake.lockEelco Dolstra
2019-12-16Update flake.lockEelco Dolstra
2019-11-06Fix GitHub testEelco Dolstra
2019-10-22Use upstream nlohmann_jsonEelco Dolstra
2019-10-08Temporary compatibility hackEelco Dolstra
2019-10-08uri -> url for consistencyEelco Dolstra
2019-10-04Merge release.nix, shell.nix and release-common.nix into flake.nixEelco Dolstra
Also provide a Nixpkgs overlay, memoize Nixpkgs evaluation and fit the githubFlakes test.
2019-09-18Record original flakerefs in the lock file againEelco 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-30Remove 'name' attribute from flakesEelco Dolstra
This is no longer needed since flakes are given an identity in the 'inputs' attribute.
2019-08-30Update flake.{nix,lock}Eelco Dolstra
2019-06-11Add a test for GitHub flakesEelco Dolstra
Fixes #2889.
2019-06-04Update flake.lockEelco Dolstra
2019-05-31Rename requires -> inputs, provides -> outputsEelco Dolstra
Issue #2828.
2019-05-09Update flake.lockEelco Dolstra
2019-05-08Add newline at end of lockfileEelco Dolstra
Suggested by @grahamc.
2019-04-19Update flake.lockEelco Dolstra
2019-04-16Add flake lockfileEelco Dolstra