Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-08 | uri -> url for consistency | Eelco Dolstra | |
2019-10-07 | Add a "dev" output to the 'nix' package | Eelco Dolstra | |
This is to ensure that references like 'nix.dev' in dwarffs work regardless of whether we're using the 'nix' package from this overlay or from Nixpkgs. | |||
2019-10-04 | nix-perl -> nix.perl-bindings | 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-10 | flake.nix: Remove VM tests from 'checks' | Eelco Dolstra | |
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-07-26 | epoch -> edition | Eelco Dolstra | |
2019-06-03 | Made epochs more fine-grained | Nick Van den Broeck | |
Fixes #2894 | |||
2019-05-31 | Rename requires -> inputs, provides -> outputs | Eelco Dolstra | |
Issue #2828. | |||
2019-05-29 | flake.nix: Add more checks | Eelco Dolstra | |
2019-05-29 | Add 'nix flake check' command | Eelco Dolstra | |
This evaluates all the 'provides' of a flake and builds the 'check' attributes. | |||
2019-05-02 | nix dev-shell: Use 'provides.devShell' by default | Eelco Dolstra | |
Thus $ nix dev-shell will now build the 'provides.devShell' attribute from the flake in the current directory. If it doesn't exist, it falls back to 'provides.defaultPackage'. | |||
2019-04-16 | Pass a flake to itself as "self" | 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 | Add a flake.nix | Eelco Dolstra | |