fix deployments

This commit is contained in:
Vivian 2021-11-12 09:43:50 +01:00
parent ba144d2351
commit cf781f3910
5 changed files with 31 additions and 22 deletions

View file

@ -2,7 +2,7 @@
description = "Delft Deployment";
inputs.deploy-rs.url = "github:serokell/deploy-rs";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/master";
outputs = { self, nixpkgs, deploy-rs }: {
nixosConfigurations.bastion = nixpkgs.lib.nixosSystem {