Skip to content

Commit

Permalink
Dsiable enableStrictShellChecks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Nov 16, 2024
1 parent be128e3 commit a82a9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
nixpkgs.config.allowUnfree = true;

# https://github.com/NixOS/nixpkgs/blob/8e5e5a6add04c7f1e38e76f59ada6732947f1e55/nixos/doc/manual/release-notes/rl-2411.section.md?plain=1#L69-L76
systemd.enableStrictShellChecks = true;
# Disabling to avoid `SC2174` in for '/nix/store/h93h6srxzslr8kyv13klrq63zd6ymhxy-unit-script-cups-pre-start.drv'
systemd.enableStrictShellChecks = false;

# TODO: Reconsider to drop this
services.packagekit = {
Expand Down

0 comments on commit a82a9d5

Please sign in to comment.