cleanup and filter support
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 39s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 39s
This commit is contained in:
parent
6773e6ae30
commit
3f68335eb4
62 changed files with 2364 additions and 1901 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