Git Product home page Git Product logo

flake-firefox-nightly-fork's Introduction

flake-firefox-nightly

Update

overview

This is a nix flake that lets you import firefoxNightly via flake in a pinned, safely reproducible manner.

(put another way, this allows flakes --pure-eval + firefox-nightly, which otherwise is not so possbile)

Usage

{ pkgs, inputs, config, ... }:
{
  config = {
    environment.systemPackages = [
      inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
    ];
  };
}

Warnings

  1. The structures of outputs of the flake may change if/when I update to export more of the firefox-overlay ouputs. (a breaking change for users potentially)

Security Warning

Mozilla expects Firefox Nightly users to run with auto-update mechanisms to ensure they don't wind up stuck on an old nightly build. Using nixpkgs-mozilla already circumvents some of this philosophy by requiring you to update your system/profile frequently to get new builds.

In some (hopefully minor0) sense, this flake exacerbates that problem:

  1. It requires users to update their flakes inputs (though this was already true for users that were using niv etc to pin nixpkgs-mozilla).

  2. This repo adds up to an hour of lag, since the CI job runs on ~1 hour interval. Depending on when you update your inputs, and when the CI job runs, it's possible for you to "miss" a newer Nightly build that is actually available.

flake-firefox-nightly-fork's People

Contributors

colebot avatar colemickens avatar artturin avatar k900 avatar andersk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.