cleanup
This commit is contained in:
parent
b7ec6a292f
commit
9297006ab3
58 changed files with 2032 additions and 2074 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue