update: remove deploy-rs

This commit is contained in:
Filippo Berto 2025-10-13 17:03:09 +02:00
parent 0576b61bcc
commit b571846bac
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 9 additions and 83 deletions

View file

@ -10,7 +10,6 @@
home-manager-u = { url = "github:nix-community/home-manager"; inputs = { nixpkgs.follows = "nixpkgs-u"; }; };
# agenix.url = "github:ryantm/agenix";
ragenix = { url = "github:yaxitech/ragenix"; inputs.nixpkgs.follows = "nixpkgs"; };
deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; };
nix-rice = {
url = "github:bertof/nix-rice/modules";
inputs.nixpkgs.follows = "nixpkgs";
@ -57,7 +56,6 @@
};
devShells.default = pkgs.mkShellNoCC {
buildInputs = [ pkgs.deploy-rs ];
shellHook = ''
${config.pre-commit.installationScript}
LOCAL_KEY = "/etc/nix/key";