added cargo watch, cargo bloat
This commit is contained in:
parent
c4e11c2e02
commit
4421f472f7
21
flake.nix
21
flake.nix
@ -21,15 +21,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Flake outputs that other flakes can use
|
# Flake outputs that other flakes can use
|
||||||
outputs =
|
outputs = {
|
||||||
{ self
|
self,
|
||||||
, flake-schemas
|
flake-schemas,
|
||||||
, nixpkgs
|
nixpkgs,
|
||||||
, rust-overlay
|
rust-overlay,
|
||||||
, nix-deno
|
nix-deno,
|
||||||
,
|
}: let
|
||||||
}:
|
|
||||||
let
|
|
||||||
# Nixpkgs overlays
|
# Nixpkgs overlays
|
||||||
overlays = [
|
overlays = [
|
||||||
nix-deno.overlays.default
|
nix-deno.overlays.default
|
||||||
@ -46,8 +44,7 @@
|
|||||||
f {
|
f {
|
||||||
pkgs = import nixpkgs {inherit overlays system;};
|
pkgs = import nixpkgs {inherit overlays system;};
|
||||||
});
|
});
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
# Schemas tell Nix about the structure of your flake's outputs
|
# Schemas tell Nix about the structure of your flake's outputs
|
||||||
schemas = flake-schemas.schemas;
|
schemas = flake-schemas.schemas;
|
||||||
|
|
||||||
@ -67,6 +64,8 @@
|
|||||||
patchelf
|
patchelf
|
||||||
deno
|
deno
|
||||||
sqlx-cli
|
sqlx-cli
|
||||||
|
cargo-watch
|
||||||
|
cargo-chef
|
||||||
];
|
];
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user