summary refs log tree commit diff
path: root/pkgs/tools/security/chntpw/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/chntpw/default.nix')
-rw-r--r--pkgs/tools/security/chntpw/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/chntpw/default.nix b/pkgs/tools/security/chntpw/default.nix
index 1f999e9d726..602c0d60a5f 100644
--- a/pkgs/tools/security/chntpw/default.nix
+++ b/pkgs/tools/security/chntpw/default.nix
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
     description = "An utility to reset the password of any user that has a valid local account on a Windows system";
     maintainers = with stdenv.lib.maintainers; [ deepfire ];
     license = licenses.gpl2;
+    platforms = with stdenv.lib.platforms; linux;
   };
 }