]>
Commit | Line | Data |
---|---|---|
0c29f01e SW |
1 | { pkgs ? import <nixpkgs> { }, }: |
2 | ||
3 | pkgs.lib.makeScope pkgs.newScope (self: | |
4 | with self; { | |
5 | ||
3d5dc4c7 SW |
6 | syncthing-set-id = callPackage ./pkgs/syncthing-set-id.nix { |
7 | nixfmt = if pkgs.lib.version < "24.05" then pkgs.nixfmt else pkgs.nixfmt-classic; | |
8 | }; | |
0c29f01e SW |
9 | |
10 | }) |