We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nix-daemon
1 parent fc2cf85 commit 886c2dcCopy full SHA for 886c2dc
pkgs/darwin-uninstaller/default.nix
@@ -89,8 +89,9 @@ in writeShellApplication {
89
pgrep -l nix-daemon
90
test -e /Library/LaunchDaemons/org.nixos.nix-daemon.plist
91
[[ "$(shasum -a 256 /Library/LaunchDaemons/org.nixos.nix-daemon.plist | awk '{print $1}')" == "$(shasum -a 256 /Library/LaunchDaemons/org.nixos.nix-daemon.plist | awk '{print $1}')" ]]
92
- echo >&2 ok
+ nix-store --store daemon -q --hash ${stdenv.shell}
93
fi
94
+ echo >&2 ok
95
'';
96
};
97
}
0 commit comments