treewide: Migrate to the new dream2nix API
This commit is contained in:
parent
5163ef9d6a
commit
40e0946201
59 changed files with 15003 additions and 24504 deletions
packages/server
17
packages/server/default.nix
Normal file
17
packages/server/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{dream2nix, ...}: {
|
||||
imports = [
|
||||
dream2nix.modules.dream2nix.rust-cargo-lock
|
||||
dream2nix.modules.dream2nix.rust-crane
|
||||
];
|
||||
|
||||
deps = {fenix, ...}: {
|
||||
deps.cargo = fenix.stable.minimalToolchain;
|
||||
};
|
||||
|
||||
name = "tlaternet-webserver";
|
||||
version = "0.1.0";
|
||||
|
||||
mkDerivation = {
|
||||
src = ./.;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue