update: remove deploy-rs
This commit is contained in:
parent
0576b61bcc
commit
b571846bac
2 changed files with 9 additions and 83 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue