fixup the default.nix
This commit is contained in:
parent
2af2ea188e
commit
07d798dce2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue