flake: add deploy-rs to dev shell
This commit is contained in:
parent
90ca463731
commit
1d468d43f7
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
nixpkgs,
|
||||
systems,
|
||||
treefmt-nix,
|
||||
deploy-rs,
|
||||
...
|
||||
} @ inputs: let
|
||||
eachSystem = f: nixpkgs.lib.genAttrs (import systems) (system: f nixpkgs.legacyPackages.${system});
|
||||
|
@ -16,6 +17,7 @@
|
|||
packages = [
|
||||
pkgs.alejandra
|
||||
pkgs.git
|
||||
deploy-rs.packages.${pkgs.system}.default
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue