Commit 96cc38b1 authored by zowoq's avatar zowoq
Browse files

nixVersions.unstable: stable -> 2.14

parent a8bd0d2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,5 +131,5 @@ in lib.makeExtensible (self: {

  stable = self.nix_2_13;

  unstable = self.stable;
  unstable = self.nix_2_14;
})