nix: remove deploy-rs

This commit is contained in:
Primrose 2025-03-23 19:41:27 +01:00
parent bb3986257d
commit fd771a70e3
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 4 additions and 134 deletions

View file

@ -27,7 +27,6 @@
// import ./nix/formatter ctx
// import ./nix/disko
// import ./nix/configurations ctx
// import ./nix/deploy ctx
// (let
packagesOf = system: nixpkgs.legacyPackages.${system}.callPackages ./nix/packages {};
in {
@ -56,11 +55,6 @@
inputs."nixpkgs".follows = "nixpkgs-stable";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs."nixpkgs".follows = "nixpkgs-stable";
};
disko = {
url = "github:nix-community/disko?ref=v1.8.0";
inputs."nixpkgs".follows = "nixpkgs-stable";