diff --git a/nixpatches/flake.nix b/nixpatches/flake.nix index 90887129..ed247fd0 100644 --- a/nixpatches/flake.nix +++ b/nixpatches/flake.nix @@ -10,7 +10,7 @@ version = self.lastModifiedDate; src = nixpkgs; patches = builtins.filter (p: p != null) ( - nixpkgs.legacyPackages."${system}".callPackage ./list.nix { } variant self.lastModifiedDate + nixpkgs.legacyPackages."${system}".callPackage ./list.nix { } variant nixpkgs.lastModifiedDate ); }; patchedFlakeFor = system: import "${patchedPkgsFor system}/flake.nix";