This commit is contained in:
Nicholas Orlowsky 2026-02-16 21:36:36 -05:00
parent b7ec6a292f
commit 9297006ab3
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
58 changed files with 2032 additions and 2074 deletions

View file

@ -1,7 +1,14 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
nativeBuildInputs = [ pkg-config postgresql_14 ];
nativeBuildInputs = [
pkg-config
postgresql_14
rustfmt
cargo
djlint
];
buildInputs = [
cryptsetup
protobuf