Skip to content

Commit

Permalink
Rename old nixpkgs for clarity
Browse files Browse the repository at this point in the history
 - The branch called `reflex-platform` seems liable to point to
   something else later.

 - It actually isn't 19.03, but just an older 19.09
  • Loading branch information
Ericson2314 committed Jun 17, 2021
1 parent 51e15ea commit 5e465f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions haskell-overlays/reflex-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let

inherit (nixpkgs) stdenv;
# Older chromium for reflex-dom-core test suite
nixpkgs1903 = import ../../nixpkgs-19.03 {};
nixpkgs_oldChromium = import ../../nixpkgs-old-chromium {};
in
{
_dep = super._dep or {} // thunkSet ./dep;
Expand Down Expand Up @@ -70,8 +70,8 @@ in
];

testSystemDepends = with nixpkgs; (drv.testSystemDepends or []) ++ lib.optionals (nixpkgs.stdenv.hostPlatform.isLinux) [
nixpkgs1903.selenium-server-standalone
nixpkgs1903.chromium
nixpkgs_oldChromium.selenium-server-standalone
nixpkgs_oldChromium.chromium
which
] ++ stdenv.lib.optionals (!noGcTest) [
nixpkgs.iproute
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"owner": "obsidiansystems",
"repo": "nixpkgs",
"branch": "reflex-platform",
"branch": "old-chromium-for-webdriver",
"private": false,
"rev": "e6e5ff9cb3529b6de75e5d217222086de17e093a",
"sha256": "0qwrqilfn11sqlgsdrn99a623kxxxcbcy2acv9pmd620jvgmx0p9"
Expand Down
File renamed without changes.

0 comments on commit 5e465f3

Please sign in to comment.