adding a basic other struct in rust... well trying...
This commit is contained in:
parent
7eba697dc2
commit
9644631f7c
11 changed files with 124 additions and 36 deletions
|
@ -18,15 +18,13 @@
|
|||
src = ./.;
|
||||
rustPkgs = pkgs.rustBuilder.makePackageSet {
|
||||
rustVersion = "1.61.0";
|
||||
packageFun = import ./Cargo.nix;
|
||||
packageFun = import ./cargo.nix;
|
||||
};
|
||||
|
||||
in rec
|
||||
{
|
||||
libre-presenter = (rustPkgs.workspace.libre-presenter {}).bin;
|
||||
|
||||
devShell = import ./shell.nix { inherit pkgs; };
|
||||
defaultPackage = pkgs.libsForQt5.callPackage ./default.nix {};
|
||||
devShell = import ./shell.nix { inherit pkgs; };
|
||||
defaultPackage = pkgs.libsForQt5.callPackage ./default.nix {};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue