Deploy-rs: switch to nixpkgs release
This commit is contained in:
parent
c7eca5dad7
commit
179a7c07ff
1 changed files with 4 additions and 1 deletions
|
|
@ -58,7 +58,10 @@
|
|||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = [ deploy-rs.packages.${system}.deploy-rs ];
|
||||
buildInputs = [
|
||||
# deploy-rs.packages.${system}.deploy-rs
|
||||
pkgs.deploy-rs
|
||||
];
|
||||
shellHook = ''
|
||||
${self.checks.${system}.pre-commit-check.shellHook}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue