Unverified Commit 6ee34a4b authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

devenv: bump nix (#402812)

parents 3083dc5b 1c2677ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ let
    src = fetchFromGitHub {
      owner = "domenkozar";
      repo = "nix";
      rev = "090394819020afda8eae69e395b1accba9c0fab2";
      hash = "sha256-eUYh7+PgqLXTt8/9IOxEuW2qyxADECmTic8QNhEwKSw=";
      rev = "b455edf3505f1bf0172b39a735caef94687d0d9c";
      hash = "sha256-bYyjarS3qSNqxfgc89IoVz8cAFDkF9yPE63EJr+h50s=";
    };
    doCheck = false;
    doInstallCheck = false;