Skip to content

Commit

Permalink
chore(treewide): Upgrade systems
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Mar 1, 2024
1 parent 6871212 commit 1b613f7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 28 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hosts/server-main-elis/services/hass.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
virtualisation.oci-containers.containers = {
home-assistant = {
environment.TZ = config.time.timeZone;
image = "ghcr.io/home-assistant/home-assistant:2024.2.3";
image = "ghcr.io/home-assistant/home-assistant:2024.2.5";
ports = ["8123"];
extraOptions = [
"--network=host"
Expand Down
2 changes: 1 addition & 1 deletion modules/base/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# Other programs
pkgs.gnuplot # For use with org mode
pkgs.phpPackages.phpcs # PHP codestyle checker
pkgs.phpPackages.php-codesniffer # PHP codestyle checker
pkgs.openscad # For use with scad and scad preview mode
];

Expand Down
3 changes: 1 addition & 2 deletions modules/development/php/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# PHP utils
pkgs.php
pkgs.php.packages.composer
pkgs.php.packages.phpcbf
pkgs.php.packages.phpcs
pkgs.php.packages.php-codesniffer
];
};
}

0 comments on commit 1b613f7

Please sign in to comment.