diff options
author | Ben Sima <ben@bsima.me> | 2020-01-17 14:33:42 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-02-11 10:08:06 -0800 |
commit | dc6e1c09c312542d8ee735d8da4ebc89b18c1e59 (patch) | |
tree | 9ecf1d4b150851edd42f7dd4ea87ac0251ec1321 /default.nix | |
parent | 6280b046fe07bc5ae888c34b45b7752e85dd3883 (diff) |
Add fallthrough to nixpkgs
This is convenient for building stuff in our nixpkgs pin.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |