diff options
Diffstat (limited to 'makefu/source.nix')
| -rw-r--r-- | makefu/source.nix | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index 56d9095b2..fac1c0282 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -20,12 +20,15 @@ let    pkgs = import <nixpkgs> {      overlays = map import [        <stockholm/krebs/5pkgs> +      <stockholm/submodules/nix-writers/pkgs>      ];    };    # TODO: automate updating of this ref + cherry-picks -  ref = "60b6ab055ad"; # nixos-18.03 @ 2018-05-31 +  ref = "14946ec63a1"; # nixos-18.03 @ 2018-05-31                         # + do_sqlite3 ruby:   55a952be5b5                         # + exfat-nofuse bump: ee6a5296a35 +                       # + uhub/sqlite: 5dd7610401747 +                       # + forecastio:  f27584df02337  in    evalSource (toString _file) [  | 
