]> git.scottworley.com Git - syncthing-autoregister/blobdiff - default.nix
Follow renames in test data
[syncthing-autoregister] / default.nix
index 320a65f50d0746a1473e6a4ea694dfb40d0a6e81..642a862ee9a75f8deabadb4bdb720944a7b32e8d 100644 (file)
@@ -3,6 +3,8 @@
 pkgs.lib.makeScope pkgs.newScope (self:
   with self; {
 
-    syncthing-set-id = callPackage ./syncthing-set-id.nix { };
+    syncthing-set-id = callPackage ./pkgs/syncthing-set-id.nix {
+      nixfmt = if pkgs.lib.version < "24.05" then pkgs.nixfmt else pkgs.nixfmt-classic;
+    };
 
   })