afvalcalendar: Add proper error handling
This commit is contained in:
parent
d8f1b9941e
commit
0312fbad3a
2 changed files with 18 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -140,9 +140,17 @@
|
|||
sops-nix.packages.${system}.sops-import-keys-hook
|
||||
];
|
||||
|
||||
packages = [
|
||||
packages = with pkgs; [
|
||||
sops-nix.packages.${system}.sops-init-gpg-key
|
||||
deploy-rs.packages.${system}.default
|
||||
|
||||
cargo
|
||||
clippy
|
||||
rustc
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
pkg-config
|
||||
openssl
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue