fixup the default.nix

This commit is contained in:
Graham Christensen 2017-11-30 07:14:54 -05:00
parent 2af2ea188e
commit 07d798dce2
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -1,4 +1,4 @@
{ nixpkgs ? import ./nix {} }:
import ./nix/ofborg-carnix.nix {
inherit (nixpkgs) buildPlatform buildRustCrate fetchgit;
{ pkgs ? import ./nix {} }:
{
ofborg.rs = (pkgs.callPackage ./nix/ofborg-carnix.nix {}).ofborg_0_1_0;
}