Compare commits

..

No commits in common. "fdc5f4bb3c51630c6f71fcc2e49426c5cd6d3f55" and "57890597c52e0357a92f8ee0574e59999dea56e0" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -27,7 +27,7 @@
type = "app"; type = "app";
program = "${pkgs.writeShellScript "nixos-diff.sh" '' program = "${pkgs.writeShellScript "nixos-diff.sh" ''
${pkgs.nixos-rebuild}/bin/nixos-rebuild build ${pkgs.nixos-rebuild}/bin/nixos-rebuild build
${pkgs.nvd}/bin/nvd diff /run/current-system ./result ${pkgs.nvd}/bin/nvd diff /run/current-system /result
''}"; ''}";
}; };
devShells.${system}.default = pkgs.mkShell { devShells.${system}.default = pkgs.mkShell {

View file

@ -3,7 +3,6 @@
{ {
imports = [ imports = [
../common.nix ../common.nix
../../services/openssh.nix
../../services/nginx.nix ../../services/nginx.nix
../../services/postgres.nix ../../services/postgres.nix
../../services/synapse.nix ../../services/synapse.nix