Remove vscode-remote role in favor of adding packages directly to devshell.
This commit is contained in:
parent
65882551dc
commit
4c36cda966
6 changed files with 8 additions and 16 deletions
|
@ -128,6 +128,10 @@
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
inherit (checks.${system}.pre-commit-check) shellHook;
|
inherit (checks.${system}.pre-commit-check) shellHook;
|
||||||
buildInputs = checks.${system}.pre-commit-check.enabledPackages;
|
buildInputs = checks.${system}.pre-commit-check.enabledPackages;
|
||||||
|
nativeBuildInputs = with pkgs; [
|
||||||
|
nil
|
||||||
|
nixfmt-rfc-style
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
../../users/root.nix
|
../../users/root.nix
|
||||||
../../roles/tailscale.nix
|
../../roles/tailscale.nix
|
||||||
../../roles/caddy.nix
|
../../roles/caddy.nix
|
||||||
../../roles/vscode-remote.nix
|
../../roles/nix-ld.nix
|
||||||
../../roles/syncthing.nix
|
../../roles/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
../../roles/authelia.nix
|
../../roles/authelia.nix
|
||||||
../../roles/podman.nix
|
../../roles/podman.nix
|
||||||
../../roles/caddy.nix
|
../../roles/caddy.nix
|
||||||
../../roles/vscode-remote.nix
|
../../roles/nix-ld.nix
|
||||||
../../roles/postgres.nix
|
../../roles/postgres.nix
|
||||||
../../roles/syncthing.nix
|
../../roles/syncthing.nix
|
||||||
./apps/grafana.nix
|
./apps/grafana.nix
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
../../roles/networkmanager.nix
|
../../roles/networkmanager.nix
|
||||||
../../roles/tailscale.nix
|
../../roles/tailscale.nix
|
||||||
../../roles/minio.nix
|
../../roles/minio.nix
|
||||||
../../roles/vscode-remote.nix
|
../../roles/nix-ld.nix
|
||||||
../../roles/mate.nix
|
../../roles/mate.nix
|
||||||
../../roles/media-pc.nix
|
../../roles/media-pc.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
../../users/root.nix
|
../../users/root.nix
|
||||||
../../roles/espeakup.nix
|
../../roles/espeakup.nix
|
||||||
../../roles/tailscale.nix
|
../../roles/tailscale.nix
|
||||||
../../roles/vscode-remote.nix
|
../../roles/nix-ld.nix
|
||||||
# ../../roles/caddy.nix
|
# ../../roles/caddy.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./nix-ld.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
nil
|
|
||||||
nixfmt-rfc-style
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue