From dc6e1c09c312542d8ee735d8da4ebc89b18c1e59 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 17 Jan 2020 14:33:42 -0800 Subject: Add fallthrough to nixpkgs This is convenient for building stuff in our nixpkgs pin. --- default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 4e98d99..290e2b8 100644 --- a/default.nix +++ b/default.nix @@ -141,4 +141,7 @@ in { ]; }; }; + + # fallthrough to nixpkgs + nixpkgs = nixpkgs; } -- cgit v1.2.3