summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-01-17 14:33:42 -0800
committerBen Sima <ben@bsima.me>2020-02-11 10:08:06 -0800
commitdc6e1c09c312542d8ee735d8da4ebc89b18c1e59 (patch)
tree9ecf1d4b150851edd42f7dd4ea87ac0251ec1321
parent6280b046fe07bc5ae888c34b45b7752e85dd3883 (diff)
Add fallthrough to nixpkgs
This is convenient for building stuff in our nixpkgs pin.
-rw-r--r--default.nix3
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;
}