wip
This commit is contained in:
@@ -188,13 +188,12 @@
|
||||
# Inherit inputs from checks.
|
||||
checks = self.checks.${system};
|
||||
|
||||
# Additional dev-shell environment variables can be set directly
|
||||
# MY_CUSTOM_DEVELOPMENT_VAR = "something else";
|
||||
|
||||
# Extra inputs can be added here; cargo and rustc are provided by default.
|
||||
DATABASE_URL = "sqlite://./db.sqlite?mode=rwc";
|
||||
packages = [
|
||||
pkgs.cargo-hakari
|
||||
pkgs.sea-orm-cli
|
||||
pkgs.clang
|
||||
pkgs.mold
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user