diff options
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 8bb4fb903980..74643cf70f53 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -20,7 +20,7 @@ let # Stable package set is imported, but not exposed, to overlay # required packages into the unstable set. - stableNixpkgs = import depot.third_party.sources.nixpkgs-stable {}; + stableNixpkgs = import depot.third_party.sources.nixpkgs-stable { }; # Overlay for packages that should come from the stable channel # instead (e.g. because something is broken in unstable). |