Rebuilt nix files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ lib, config, pkgs, flakeRoot, ... }:
|
||||
let
|
||||
scriptPath = flakeRoot + "/assets/scripts/end_script.sh";
|
||||
scriptExists = lib.fileExists scriptPath;
|
||||
scriptExists = lib.systems.lib.fileExists scriptPath;
|
||||
in
|
||||
{
|
||||
systemd.user.services.endScript = lib.mkIf scriptExists {
|
||||
|
||||
Reference in New Issue
Block a user