diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-15T22·24+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-15T22·24+0200 |
commit | 71c55b8bb8059654049489d20a84f53d38ff1666 (patch) | |
tree | 029db34db9e1e3e662fdfbb8b4e15a148aabad04 /.travis.yml | |
parent | 6fd7ee05f2915c13b87ad3405bfe9ec84bdeee6f (diff) |
feat(build): Add Nix build configuration
Adds a Nix build configuration baesd on the default rustPlatform configuration. The configuration pins a specific nixpkgs commit (which at the time was a commit tracking nixpkgs-unstable).
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 22761ba7ee19..d8cc8efa432a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1 @@ -language: rust +language: nix |